Html Css Color HEX #F20AB9 Shocking Pink

📋 copy color: '#F20AB9'

red 242 ◦ green 10 ◦ blue 185

#F20AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F20AB9

Tints of Shocking Pink #F20AB9

RGB

 RED value IS 242 (94.92% from 255) = 55.38%

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 55.38%
G = 2.29%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F20AB9 (or 0xF20AB9) is known color: Shocking Pink. HEX triplet: F2, 0A and B9. RGB value is (242,10,185). Sum of RGB (Red+Green+Blue) = 242+10+185=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AB9 is #0DF546. Grayscale: #626262. Windows color (decimal): -914759 or 12126962. OLE color: 12126962.

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

Color convert

RGB 242 10 185 -
CMYK 0 0.96 0.24 0.05
HSL 314.74º 0.92% 0.49% -
HSV(B) 314.74º 0.96% 0.95% -
XYZ 45.48 22.6 47.86 -
YUV 99.32 176.36 229.77 -
System Red Green Blue C M Y K H S L
Decimal 242 10 185 0 0.96 0.24 0.05 314.74 0.92 0.49
Hex F2 A B9 0 60 18 5 13B 5C 31
Octal 362 12 271 0 140 30 5 473 134 61
Binary 11110010 1010 10111001 0 1100000 11000 101 100111011 1011100 110001

Color Harmonies of #F20AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AB9

Black with #F20AB9

Text Example


Text Example

White with #F20AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20AB9; }

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

 H1.HeaderClassName
 {
   color: #F20AB9;
 }
 .AnyTagClassName
 {
   color: #F20AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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