Html Css Color HEX #F80891 Deep Pink

📋 copy color: '#F80891'

red 248 ◦ green 8 ◦ blue 145

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

Shades of Deep Pink #F80891

Tints of Deep Pink #F80891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 61.85%
G = 2%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80891 (or 0xF80891) is known color: Deep Pink. HEX triplet: F8, 08 and 91. RGB value is (248,8,145). Sum of RGB (Red+Green+Blue) = 248+8+145=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80891 is #07F76E. Grayscale: #5F5F5F. Windows color (decimal): -522095 or 9505016. OLE color: 9505016.

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

Color convert

RGB 248 8 145 -
CMYK 0 0.97 0.42 0.03
HSL 325.75º 0.94% 0.5% -
HSV(B) 325.75º 0.97% 0.97% -
XYZ 43.91 22.17 28.75 -
YUV 95.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 248 8 145 0 0.97 0.42 0.03 325.75 0.94 0.5
Hex F8 8 91 0 61 2A 3 146 5E 32
Octal 370 10 221 0 141 52 3 506 136 62
Binary 11111000 1000 10010001 0 1100001 101010 11 101000110 1011110 110010

Color Harmonies of #F80891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80891

Black with #F80891

Text Example


Text Example

White with #F80891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80891; }

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

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

background-color css

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

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

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

border-color css

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

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

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