#f216c3

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

Shades of Shocking Pink #F216C3

Tints of Shocking Pink #F216C3

Color information

#F216C3 (or 0xF216C3) is unknown color: approx Shocking Pink. HEX triplet: F2, 16 and C3. RGB value is (242,22,195). Sum of RGB (Red+Green+Blue) = 242+22+195=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F216C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216C3 is #0DE93C. Grayscale: #6B6B6B. Windows color (decimal): -911677 or 12785394. OLE color: 12785394.

HSL color Cylindrical-coordinate representation of color #F216C3: hue angle of 312.82º 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 #F216C3 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB24222195-
CMYK00.910.190.05
HSL312.82º89.43%51.76%-
HSV(B)312.82º90.91%94.9%-
XYZ46.7623.3953.68-
YUV107.5177.39223.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 22 (8.98% from 255) = 4.79%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=52.72%
G=4.79%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422219500.910.190.05312.8289.4351.76
HexF216C305B1351395934
Octal36226303013323547113164
Binary11110010101101100001101011011100111011001110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f216c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f216c3; }

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

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

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

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

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

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

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

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