#F212C8

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

Shades of Shocking Pink #F212C8

Tints of Shocking Pink #F212C8

Color information

#F212C8 (or 0xF212C8) is unknown color: approx Shocking Pink. HEX triplet: F2, 12 and C8. RGB value is (242,18,200). Sum of RGB (Red+Green+Blue) = 242+18+200=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F212C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212C8 is #0DED37. Grayscale: #696969. Windows color (decimal): -912696 or 13112050. OLE color: 13112050.

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

Color convert

RGB24218200-
CMYK00.930.170.05
HSL311.25º89.6%50.98%-
HSV(B)311.25º92.56%94.9%-
XYZ47.2623.4856.68-
YUV105.72181.21225.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 18 (7.42% from 255) = 3.91%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=52.61%
G=3.91%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421820000.930.170.05311.2589.650.98
HexF212C805D1151375a33
Octal36222310013521546713263
Binary11110010100101100100001011101100011011001101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F212C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F212C8; }

 p { color: rgb(242,18,200); }

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

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

 a { background-color: rgb(242,18,200); }

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

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

 span { border-color: rgb(242,18,200); }

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