#F216C6

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

Shades of Shocking Pink #F216C6

Tints of Shocking Pink #F216C6

Color information

#F216C6 (or 0xF216C6) is unknown color: approx Shocking Pink. HEX triplet: F2, 16 and C6. RGB value is (242,22,198). Sum of RGB (Red+Green+Blue) = 242+22+198=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F216C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216C6 is #0DE939. Grayscale: #6B6B6B. Windows color (decimal): -911674 or 12982002. OLE color: 12982002.

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

Color convert

RGB24222198-
CMYK00.910.180.05
HSL312º89.43%51.76%-
HSV(B)312º90.91%94.9%-
XYZ47.123.5355.49-
YUV107.84178.89223.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 22 (8.98% from 255) = 4.76%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422219800.910.180.0531289.4351.76
HexF216C605B1251385934
Octal36226306013322547013164
Binary11110010101101100011001011011100101011001110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F216C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F216C6; }

 p { color: rgb(242,22,198); }

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

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

 a { background-color: rgb(242,22,198); }

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

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

 span { border-color: rgb(242,22,198); }

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