Html Css Color HEX #F80589 Deep Pink

📋 copy color: '#F80589'

red 248 ◦ green 5 ◦ blue 137

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

Shades of Deep Pink #F80589

Tints of Deep Pink #F80589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 63.59%
G = 1.28%
B = 35.13%

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

#F80589 (or 0xF80589) is known color: Deep Pink. HEX triplet: F8, 05 and 89. RGB value is (248,5,137). Sum of RGB (Red+Green+Blue) = 248+5+137=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F80589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80589 is #07FA76. Grayscale: #5C5C5C. Windows color (decimal): -522871 or 8979960. OLE color: 8979960.

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

Color convert

RGB 248 5 137 -
CMYK 0 0.98 0.45 0.03
HSL 327.41º 0.96% 0.5% -
HSV(B) 327.41º 0.98% 0.97% -
XYZ 43.28 21.87 25.61 -
YUV 92.71 153.01 238.77 -
System Red Green Blue C M Y K H S L
Decimal 248 5 137 0 0.98 0.45 0.03 327.41 0.96 0.5
Hex F8 5 89 0 62 2D 3 147 60 32
Octal 370 5 211 0 142 55 3 507 140 62
Binary 11111000 101 10001001 0 1100010 101101 11 101000111 1100000 110010

Color Harmonies of #F80589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80589

Black with #F80589

Text Example


Text Example

White with #F80589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80589; }

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

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

background-color css

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

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

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

border-color css

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

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

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