#F215C9

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

Shades of Shocking Pink #F215C9

Tints of Shocking Pink #F215C9

Color information

#F215C9 (or 0xF215C9) is unknown color: approx Shocking Pink. HEX triplet: F2, 15 and C9. RGB value is (242,21,201). Sum of RGB (Red+Green+Blue) = 242+21+201=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F215C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215C9 is #0DEA36. Grayscale: #6B6B6B. Windows color (decimal): -911927 or 13178354. OLE color: 13178354.

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

Color convert

RGB24221201-
CMYK00.910.170.05
HSL311.13º89.47%51.57%-
HSV(B)311.13º91.32%94.9%-
XYZ47.4323.6357.32-
YUV107.6180.72223.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 21 (8.59% from 255) = 4.53%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=52.16%
G=4.53%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422120100.910.170.05311.1389.4751.57
HexF215C905B1151375934
Octal36225311013321546713164
Binary11110010101011100100101011011100011011001101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215C9; }

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

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

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

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

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

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

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

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