#f21dc9

Color #F21DC9 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F21DC9

Tints of Shocking Pink #F21DC9

Color information

#F21DC9 (or 0xF21DC9) is unknown color: approx Shocking Pink. HEX triplet: F2, 1D and C9. RGB value is (242,29,201). Sum of RGB (Red+Green+Blue) = 242+29+201=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DC9 is #0DE236. Grayscale: #6F6F6F. Windows color (decimal): -909879 or 13180402. OLE color: 13180402.

HSL color Cylindrical-coordinate representation of color #F21DC9: hue angle of 311.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DC9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24229201-
CMYK00.880.170.05
HSL311.55º89.12%53.14%-
HSV(B)311.55º88.02%94.9%-
XYZ47.623.9757.38-
YUV112.3178.07220.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 29 (11.72% from 255) = 6.14%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=51.27%
G=6.14%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422920100.880.170.05311.5589.1253.14
HexF21DC90581151385935
Octal36235311013021547013165
Binary11110010111011100100101011000100011011001110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f21dc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f21dc9; }

 p { color: rgb(242,29,201); }

 H1.HeaderClassName
 {
   color: #f21dc9;
 }
 .AnyTagClassName
 {
   color: #f21dc9;
 }
</style>
background-color css

<style>
 a { background-color: #f21dc9; }

 a { background-color: rgb(242,29,201); }

 div.DivClassName
 {
   background-color: #f21dc9;
 }
 .BgClassName
 {
   background-color: #f21dc9;
 }
</style>
border-color css

<style>
 span { border-color: #f21dc9; }

 span { border-color: rgb(242,29,201); }

 td.TdClassName
 {
   border-color: #f21dc9;
 }
 .TagClassName
 {
   border-color: #f21dc9;
 }
</style>