Html Css Color HEX #F20ABB Shocking Pink

📋 copy color: '#F20ABB'

red 242 ◦ green 10 ◦ blue 187

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

Shades of Shocking Pink #F20ABB

Tints of Shocking Pink #F20ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 55.13%
G = 2.28%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F20ABB (or 0xF20ABB) is known color: Shocking Pink. HEX triplet: F2, 0A and BB. RGB value is (242,10,187). Sum of RGB (Red+Green+Blue) = 242+10+187=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABB is #0DF544. Grayscale: #636363. Windows color (decimal): -914757 or 12258034. OLE color: 12258034.

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

Color convert

RGB 242 10 187 -
CMYK 0 0.96 0.23 0.05
HSL 314.22º 0.92% 0.49% -
HSV(B) 314.22º 0.96% 0.95% -
XYZ 45.7 22.68 48.98 -
YUV 99.55 177.36 229.61 -
System Red Green Blue C M Y K H S L
Decimal 242 10 187 0 0.96 0.23 0.05 314.22 0.92 0.49
Hex F2 A BB 0 60 17 5 13A 5C 31
Octal 362 12 273 0 140 27 5 472 134 61
Binary 11110010 1010 10111011 0 1100000 10111 101 100111010 1011100 110001

Color Harmonies of #F20ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ABB

Black with #F20ABB

Text Example


Text Example

White with #F20ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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