Html Css Color HEX #F20D80 Deep Pink

📋 copy color: '#F20D80'

red 242 ◦ green 13 ◦ blue 128

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

Shades of Deep Pink #F20D80

Tints of Deep Pink #F20D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 63.19%
G = 3.39%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20D80 (or 0xF20D80) is known color: Deep Pink. HEX triplet: F2, 0D and 80. RGB value is (242,13,128). Sum of RGB (Red+Green+Blue) = 242+13+128=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20D80 is #0DF27F. Grayscale: #5E5E5E. Windows color (decimal): -914048 or 8392178. OLE color: 8392178.

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

Color convert

RGB 242 13 128 -
CMYK 0 0.95 0.47 0.05
HSL 329.87º 0.9% 0.5% -
HSV(B) 329.87º 0.95% 0.95% -
XYZ 40.66 20.72 22.28 -
YUV 94.58 146.87 233.15 -
System Red Green Blue C M Y K H S L
Decimal 242 13 128 0 0.95 0.47 0.05 329.87 0.9 0.5
Hex F2 D 80 0 5F 2F 5 14A 5A 32
Octal 362 15 200 0 137 57 5 512 132 62
Binary 11110010 1101 10000000 0 1011111 101111 101 101001010 1011010 110010

Color Harmonies of #F20D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D80

Black with #F20D80

Text Example


Text Example

White with #F20D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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