#F214C3

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

Shades of Shocking Pink #F214C3

Tints of Shocking Pink #F214C3

Color information

#F214C3 (or 0xF214C3) is unknown color: approx Shocking Pink. HEX triplet: F2, 14 and C3. RGB value is (242,20,195). Sum of RGB (Red+Green+Blue) = 242+20+195=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F214C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214C3 is #0DEB3C. Grayscale: #696969. Windows color (decimal): -912189 or 12784882. OLE color: 12784882.

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

Color convert

RGB24220195-
CMYK00.920.190.05
HSL312.7º89.52%51.37%-
HSV(B)312.7º91.74%94.9%-
XYZ46.7223.3253.67-
YUV106.33178.05224.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 20 (8.20% from 255) = 4.38%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=52.95%
G=4.38%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422019500.920.190.05312.789.5251.37
HexF214C305C1351395a33
Octal36224303013423547113263
Binary11110010101001100001101011100100111011001110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F214C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F214C3; }

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

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

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

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

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

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

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

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