Html Css Color HEX #F80588 Deep Pink

📋 copy color: '#F80588'

red 248 ◦ green 5 ◦ blue 136

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

Shades of Deep Pink #F80588

Tints of Deep Pink #F80588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 63.75%
G = 1.29%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F80588 (or 0xF80588) is known color: Deep Pink. HEX triplet: F8, 05 and 88. RGB value is (248,5,136). Sum of RGB (Red+Green+Blue) = 248+5+136=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F80588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80588 is #07FA77. Grayscale: #5C5C5C. Windows color (decimal): -522872 or 8914424. OLE color: 8914424.

HSL color Cylindrical-coordinate representation of color #F80588: hue angle of 327.65º 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 #F80588 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 136 -
CMYK 0 0.98 0.45 0.03
HSL 327.65º 0.96% 0.5% -
HSV(B) 327.65º 0.98% 0.97% -
XYZ 43.21 21.84 25.23 -
YUV 92.59 152.51 238.85 -
System Red Green Blue C M Y K H S L
Decimal 248 5 136 0 0.98 0.45 0.03 327.65 0.96 0.5
Hex F8 5 88 0 62 2D 3 148 60 32
Octal 370 5 210 0 142 55 3 510 140 62
Binary 11111000 101 10001000 0 1100010 101101 11 101001000 1100000 110010

Color Harmonies of #F80588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80588

Black with #F80588

Text Example


Text Example

White with #F80588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80588; }

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

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

background-color css

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

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

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

border-color css

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

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

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