#F21AD6

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

Shades of Shocking Pink #F21AD6

Tints of Shocking Pink #F21AD6

Color information

#F21AD6 (or 0xF21AD6) is unknown color: approx Shocking Pink. HEX triplet: F2, 1A and D6. RGB value is (242,26,214). Sum of RGB (Red+Green+Blue) = 242+26+214=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AD6 is #0DE529. Grayscale: #6F6F6F. Windows color (decimal): -910634 or 14031602. OLE color: 14031602.

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

Color convert

RGB24226214-
CMYK00.890.120.05
HSL307.78º89.26%52.55%-
HSV(B)307.78º89.26%94.9%-
XYZ49.1224.4765.75-
YUV112.02185.56220.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 26 (10.55% from 255) = 5.39%
BLUE value IS 214 (83.98% from 255) = 44.40%
R=50.21%
G=5.39%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422621400.890.120.05307.7889.2652.55
HexF21AD6059C51345935
Octal36232326013114546413165
Binary1111001011010110101100101100111001011001101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21AD6; }

 p { color: rgb(242,26,214); }

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

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

 a { background-color: rgb(242,26,214); }

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

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

 span { border-color: rgb(242,26,214); }

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