Html Css Color HEX #F20ABD Shocking Pink

📋 copy color: '#F20ABD'

red 242 ◦ green 10 ◦ blue 189

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

Shades of Shocking Pink #F20ABD

Tints of Shocking Pink #F20ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 54.88%
G = 2.27%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F20ABD (or 0xF20ABD) is known color: Shocking Pink. HEX triplet: F2, 0A and BD. RGB value is (242,10,189). Sum of RGB (Red+Green+Blue) = 242+10+189=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABD is #0DF542. Grayscale: #636363. Windows color (decimal): -914755 or 12389106. OLE color: 12389106.

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

Color convert

RGB 242 10 189 -
CMYK 0 0.96 0.22 0.05
HSL 313.71º 0.92% 0.49% -
HSV(B) 313.71º 0.96% 0.95% -
XYZ 45.91 22.77 50.12 -
YUV 99.77 178.36 229.45 -
System Red Green Blue C M Y K H S L
Decimal 242 10 189 0 0.96 0.22 0.05 313.71 0.92 0.49
Hex F2 A BD 0 60 16 5 13A 5C 31
Octal 362 12 275 0 140 26 5 472 134 61
Binary 11110010 1010 10111101 0 1100000 10110 101 100111010 1011100 110001

Color Harmonies of #F20ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ABD

Black with #F20ABD

Text Example


Text Example

White with #F20ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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