Html Css Color HEX #F20EC6 Shocking Pink

📋 copy color: '#F20EC6'

red 242 ◦ green 14 ◦ blue 198

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

Shades of Shocking Pink #F20EC6

Tints of Shocking Pink #F20EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 53.3%
G = 3.08%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F20EC6 (or 0xF20EC6) is known color: Shocking Pink. HEX triplet: F2, 0E and C6. RGB value is (242,14,198). Sum of RGB (Red+Green+Blue) = 242+14+198=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EC6 is #0DF139. Grayscale: #666666. Windows color (decimal): -913722 or 12979954. OLE color: 12979954.

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

Color convert

RGB 242 14 198 -
CMYK 0 0.94 0.18 0.05
HSL 311.58º 0.9% 0.5% -
HSV(B) 311.58º 0.94% 0.95% -
XYZ 46.97 23.27 55.44 -
YUV 103.15 181.54 227.04 -
System Red Green Blue C M Y K H S L
Decimal 242 14 198 0 0.94 0.18 0.05 311.58 0.9 0.5
Hex F2 E C6 0 5E 12 5 138 5A 32
Octal 362 16 306 0 136 22 5 470 132 62
Binary 11110010 1110 11000110 0 1011110 10010 101 100111000 1011010 110010

Color Harmonies of #F20EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EC6

Black with #F20EC6

Text Example


Text Example

White with #F20EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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