Html Css Color HEX #F20A7C Deep Pink

📋 copy color: '#F20A7C'

red 242 ◦ green 10 ◦ blue 124

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

Shades of Deep Pink #F20A7C

Tints of Deep Pink #F20A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 64.36%
G = 2.66%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F20A7C (or 0xF20A7C) is known color: Deep Pink. HEX triplet: F2, 0A and 7C. RGB value is (242,10,124). Sum of RGB (Red+Green+Blue) = 242+10+124=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A7C is #0DF583. Grayscale: #5C5C5C. Windows color (decimal): -914820 or 8129266. OLE color: 8129266.

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

Color convert

RGB 242 10 124 -
CMYK 0 0.96 0.49 0.05
HSL 330.52º 0.92% 0.49% -
HSV(B) 330.52º 0.96% 0.95% -
XYZ 40.36 20.55 20.91 -
YUV 92.36 145.86 234.73 -
System Red Green Blue C M Y K H S L
Decimal 242 10 124 0 0.96 0.49 0.05 330.52 0.92 0.49
Hex F2 A 7C 0 60 31 5 14B 5C 31
Octal 362 12 174 0 140 61 5 513 134 61
Binary 11110010 1010 1111100 0 1100000 110001 101 101001011 1011100 110001

Color Harmonies of #F20A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A7C

Black with #F20A7C

Text Example


Text Example

White with #F20A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A7C; }

 p { color: rgb(242,10,124); }

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

background-color css

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

 a { background-color: rgb(242,10,124); }

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

border-color css

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

 span { border-color: rgb(242,10,124); }

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