Html Css Color HEX #F20FC7 Shocking Pink

📋 copy color: '#F20FC7'

red 242 ◦ green 15 ◦ blue 199

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

Shades of Shocking Pink #F20FC7

Tints of Shocking Pink #F20FC7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

 BLUE value IS 199 (78.13% from 255) = 43.64%

R = 53.07%
G = 3.29%
B = 43.64%

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

#F20FC7 (or 0xF20FC7) is known color: Shocking Pink. HEX triplet: F2, 0F and C7. RGB value is (242,15,199). Sum of RGB (Red+Green+Blue) = 242+15+199=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FC7 is #0DF038. Grayscale: #676767. Windows color (decimal): -913465 or 13045746. OLE color: 13045746.

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

Color convert

RGB 242 15 199 -
CMYK 0 0.94 0.18 0.05
HSL 311.37º 0.9% 0.5% -
HSV(B) 311.37º 0.94% 0.95% -
XYZ 47.1 23.34 56.06 -
YUV 103.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 242 15 199 0 0.94 0.18 0.05 311.37 0.9 0.5
Hex F2 F C7 0 5E 12 5 137 5A 32
Octal 362 17 307 0 136 22 5 467 132 62
Binary 11110010 1111 11000111 0 1011110 10010 101 100110111 1011010 110010

Color Harmonies of #F20FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FC7

Black with #F20FC7

Text Example


Text Example

White with #F20FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FC7; }

 p { color: rgb(242,15,199); }

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

background-color css

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

 a { background-color: rgb(242,15,199); }

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

border-color css

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

 span { border-color: rgb(242,15,199); }

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