#F20AC6

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

Shades of Shocking Pink #F20AC6

Tints of Shocking Pink #F20AC6

Color information

#F20AC6 (or 0xF20AC6) is unknown color: approx Shocking Pink. HEX triplet: F2, 0A and C6. RGB value is (242,10,198). Sum of RGB (Red+Green+Blue) = 242+10+198=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AC6 is #0DF539. Grayscale: #646464. Windows color (decimal): -914746 or 12978930. OLE color: 12978930.

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

Color convert

RGB24210198-
CMYK00.960.180.05
HSL311.38º92.06%49.41%-
HSV(B)311.38º95.87%94.9%-
XYZ46.9223.1755.43-
YUV100.8182.86228.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.78%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 198 (77.73% from 255) = 44%
R=53.78%
G=2.22%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421019800.960.180.05311.3892.0649.41
HexF2AC60601251375c31
Octal36212306014022546713461
Binary1111001010101100011001100000100101011001101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20AC6; }

 p { color: rgb(242,10,198); }

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

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

 a { background-color: rgb(242,10,198); }

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

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

 span { border-color: rgb(242,10,198); }

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