Html Css Color HEX #F20FCF Shocking Pink

📋 copy color: '#F20FCF'

red 242 ◦ green 15 ◦ blue 207

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

Shades of Shocking Pink #F20FCF

Tints of Shocking Pink #F20FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 52.16%
G = 3.23%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F20FCF (or 0xF20FCF) is known color: Shocking Pink. HEX triplet: F2, 0F and CF. RGB value is (242,15,207). Sum of RGB (Red+Green+Blue) = 242+15+207=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FCF is #0DF030. Grayscale: #686868. Windows color (decimal): -913457 or 13570034. OLE color: 13570034.

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

Color convert

RGB 242 15 207 -
CMYK 0 0.94 0.14 0.05
HSL 309.25º 0.9% 0.5% -
HSV(B) 309.25º 0.94% 0.95% -
XYZ 48.05 23.72 61.08 -
YUV 104.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 242 15 207 0 0.94 0.14 0.05 309.25 0.9 0.5
Hex F2 F CF 0 5E E 5 135 5A 32
Octal 362 17 317 0 136 16 5 465 132 62
Binary 11110010 1111 11001111 0 1011110 1110 101 100110101 1011010 110010

Color Harmonies of #F20FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FCF

Black with #F20FCF

Text Example


Text Example

White with #F20FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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