Html Css Color HEX #F20AB1 Shocking Pink

📋 copy color: '#F20AB1'

red 242 ◦ green 10 ◦ blue 177

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

Shades of Shocking Pink #F20AB1

Tints of Shocking Pink #F20AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 56.41%
G = 2.33%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F20AB1 (or 0xF20AB1) is known color: Shocking Pink. HEX triplet: F2, 0A and B1. RGB value is (242,10,177). Sum of RGB (Red+Green+Blue) = 242+10+177=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20AB1 is #0DF54E. Grayscale: #616161. Windows color (decimal): -914767 or 11602674. OLE color: 11602674.

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

Color convert

RGB 242 10 177 -
CMYK 0 0.96 0.27 0.05
HSL 316.81º 0.92% 0.49% -
HSV(B) 316.81º 0.96% 0.95% -
XYZ 44.66 22.27 43.54 -
YUV 98.41 172.36 230.42 -
System Red Green Blue C M Y K H S L
Decimal 242 10 177 0 0.96 0.27 0.05 316.81 0.92 0.49
Hex F2 A B1 0 60 1B 5 13D 5C 31
Octal 362 12 261 0 140 33 5 475 134 61
Binary 11110010 1010 10110001 0 1100000 11011 101 100111101 1011100 110001

Color Harmonies of #F20AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AB1

Black with #F20AB1

Text Example


Text Example

White with #F20AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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