#F216D5

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

Shades of Shocking Pink #F216D5

Tints of Shocking Pink #F216D5

Color information

#F216D5 (or 0xF216D5) is unknown color: approx Shocking Pink. HEX triplet: F2, 16 and D5. RGB value is (242,22,213). Sum of RGB (Red+Green+Blue) = 242+22+213=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F216D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216D5 is #0DE92A. Grayscale: #6D6D6D. Windows color (decimal): -911659 or 13965042. OLE color: 13965042.

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

Color convert

RGB24222213-
CMYK00.910.120.05
HSL307.91º89.43%51.76%-
HSV(B)307.91º90.91%94.9%-
XYZ48.9224.2665.05-
YUV109.55186.39222.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 22 (8.98% from 255) = 4.61%
BLUE value IS 213 (83.59% from 255) = 44.65%
R=50.73%
G=4.61%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422221300.910.120.05307.9189.4351.76
HexF216D505BC51345934
Octal36226325013314546413164
Binary1111001010110110101010101101111001011001101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F216D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F216D5; }

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

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

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

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

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

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

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

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