Html Css Color HEX #F20EB1 Shocking Pink

📋 copy color: '#F20EB1'

red 242 ◦ green 14 ◦ blue 177

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

Shades of Shocking Pink #F20EB1

Tints of Shocking Pink #F20EB1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.23%

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

R = 55.89%
G = 3.23%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F20EB1 (or 0xF20EB1) is known color: Shocking Pink. HEX triplet: F2, 0E and B1. RGB value is (242,14,177). Sum of RGB (Red+Green+Blue) = 242+14+177=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20EB1 is #0DF14E. Grayscale: #646464. Windows color (decimal): -913743 or 11603698. OLE color: 11603698.

HSL color Cylindrical-coordinate representation of color #F20EB1: hue angle of 317.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EB1 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 177 -
CMYK 0 0.94 0.27 0.05
HSL 317.11º 0.9% 0.5% -
HSV(B) 317.11º 0.94% 0.95% -
XYZ 44.71 22.37 43.56 -
YUV 100.75 171.04 228.75 -
System Red Green Blue C M Y K H S L
Decimal 242 14 177 0 0.94 0.27 0.05 317.11 0.9 0.5
Hex F2 E B1 0 5E 1B 5 13D 5A 32
Octal 362 16 261 0 136 33 5 475 132 62
Binary 11110010 1110 10110001 0 1011110 11011 101 100111101 1011010 110010

Color Harmonies of #F20EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EB1

Black with #F20EB1

Text Example


Text Example

White with #F20EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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