Html Css Color HEX #F20DCC Shocking Pink

📋 copy color: '#F20DCC'

red 242 ◦ green 13 ◦ blue 204

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

Shades of Shocking Pink #F20DCC

Tints of Shocking Pink #F20DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 52.72%
G = 2.83%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F20DCC (or 0xF20DCC) is known color: Shocking Pink. HEX triplet: F2, 0D and CC. RGB value is (242,13,204). Sum of RGB (Red+Green+Blue) = 242+13+204=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DCC is #0DF233. Grayscale: #666666. Windows color (decimal): -913972 or 13372914. OLE color: 13372914.

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

Color convert

RGB 242 13 204 -
CMYK 0 0.95 0.16 0.05
HSL 309.96º 0.9% 0.5% -
HSV(B) 309.96º 0.95% 0.95% -
XYZ 47.66 23.52 59.16 -
YUV 103.25 184.87 226.97 -
System Red Green Blue C M Y K H S L
Decimal 242 13 204 0 0.95 0.16 0.05 309.96 0.9 0.5
Hex F2 D CC 0 5F 10 5 136 5A 32
Octal 362 15 314 0 137 20 5 466 132 62
Binary 11110010 1101 11001100 0 1011111 10000 101 100110110 1011010 110010

Color Harmonies of #F20DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DCC

Black with #F20DCC

Text Example


Text Example

White with #F20DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DCC; }

 p { color: rgb(242,13,204); }

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

background-color css

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

 a { background-color: rgb(242,13,204); }

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

border-color css

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

 span { border-color: rgb(242,13,204); }

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