Html Css Color HEX #F80580 Deep Pink

📋 copy color: '#F80580'

red 248 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #F80580

Tints of Deep Pink #F80580

RGB

 RED value IS 248 (97.27% from 255) = 65.09%

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

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

R = 65.09%
G = 1.31%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80580 (or 0xF80580) is known color: Deep Pink. HEX triplet: F8, 05 and 80. RGB value is (248,5,128). Sum of RGB (Red+Green+Blue) = 248+5+128=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F80580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80580 is #07FA7F. Grayscale: #5B5B5B. Windows color (decimal): -522880 or 8390136. OLE color: 8390136.

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

Color convert

RGB 248 5 128 -
CMYK 0 0.98 0.48 0.03
HSL 329.63º 0.96% 0.5% -
HSV(B) 329.63º 0.98% 0.97% -
XYZ 42.66 21.62 22.35 -
YUV 91.68 148.51 239.5 -
System Red Green Blue C M Y K H S L
Decimal 248 5 128 0 0.98 0.48 0.03 329.63 0.96 0.5
Hex F8 5 80 0 62 30 3 14A 60 32
Octal 370 5 200 0 142 60 3 512 140 62
Binary 11111000 101 10000000 0 1100010 110000 11 101001010 1100000 110010

Color Harmonies of #F80580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80580

Black with #F80580

Text Example


Text Example

White with #F80580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80580; }

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

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

background-color css

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

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

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

border-color css

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

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

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