#f20aba

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

Shades of Shocking Pink #F20ABA

Tints of Shocking Pink #F20ABA

Color information

#F20ABA (or 0xF20ABA) is unknown color: approx Shocking Pink. HEX triplet: F2, 0A and BA. RGB value is (242,10,186). Sum of RGB (Red+Green+Blue) = 242+10+186=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABA is #0DF545. Grayscale: #626262. Windows color (decimal): -914758 or 12192498. OLE color: 12192498.

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

Color convert

RGB24210186-
CMYK00.960.230.05
HSL314.48º92.06%49.41%-
HSV(B)314.48º95.87%94.9%-
XYZ45.5922.6448.42-
YUV99.43176.86229.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 10 (4.30% from 255) = 2.28%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=55.25%
G=2.28%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421018600.960.230.05314.4892.0649.41
HexF2ABA06017513a5c31
Octal36212272014027547213461
Binary1111001010101011101001100000101111011001110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f20aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f20aba; }

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

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

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

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

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

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

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

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