Html Css Color HEX #F20580 Deep Pink

📋 copy color: '#F20580'

red 242 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #F20580

Tints of Deep Pink #F20580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 64.53%
G = 1.33%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20580 (or 0xF20580) is known color: Deep Pink. HEX triplet: F2, 05 and 80. RGB value is (242,5,128). Sum of RGB (Red+Green+Blue) = 242+5+128=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F20580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20580 is #0DFA7F. Grayscale: #595959. Windows color (decimal): -916096 or 8390130. OLE color: 8390130.

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

Color convert

RGB 242 5 128 -
CMYK 0 0.98 0.47 0.05
HSL 328.86º 0.96% 0.48% -
HSV(B) 328.86º 0.98% 0.95% -
XYZ 40.57 20.54 22.25 -
YUV 89.89 149.52 236.5 -
System Red Green Blue C M Y K H S L
Decimal 242 5 128 0 0.98 0.47 0.05 328.86 0.96 0.48
Hex F2 5 80 0 62 2F 5 149 60 30
Octal 362 5 200 0 142 57 5 511 140 60
Binary 11110010 101 10000000 0 1100010 101111 101 101001001 1100000 110000

Color Harmonies of #F20580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20580

Black with #F20580

Text Example


Text Example

White with #F20580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20580; }

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

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

background-color css

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

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

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

border-color css

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

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

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