Html Css Color HEX #F80591 Deep Pink

📋 copy color: '#F80591'

red 248 ◦ green 5 ◦ blue 145

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

Shades of Deep Pink #F80591

Tints of Deep Pink #F80591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 62.31%
G = 1.26%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80591 (or 0xF80591) is known color: Deep Pink. HEX triplet: F8, 05 and 91. RGB value is (248,5,145). Sum of RGB (Red+Green+Blue) = 248+5+145=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80591 is #07FA6E. Grayscale: #5D5D5D. Windows color (decimal): -522863 or 9504248. OLE color: 9504248.

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

Color convert

RGB 248 5 145 -
CMYK 0 0.98 0.42 0.03
HSL 325.43º 0.96% 0.5% -
HSV(B) 325.43º 0.98% 0.97% -
XYZ 43.88 22.11 28.74 -
YUV 93.62 157.01 238.12 -
System Red Green Blue C M Y K H S L
Decimal 248 5 145 0 0.98 0.42 0.03 325.43 0.96 0.5
Hex F8 5 91 0 62 2A 3 145 60 32
Octal 370 5 221 0 142 52 3 505 140 62
Binary 11111000 101 10010001 0 1100010 101010 11 101000101 1100000 110010

Color Harmonies of #F80591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80591

Black with #F80591

Text Example


Text Example

White with #F80591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80591; }

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

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

background-color css

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

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

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

border-color css

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

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

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