Html Css Color HEX #F80996 Deep Pink

📋 copy color: '#F80996'

red 248 ◦ green 9 ◦ blue 150

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

Shades of Deep Pink #F80996

Tints of Deep Pink #F80996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 60.93%
G = 2.21%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80996 (or 0xF80996) is known color: Deep Pink. HEX triplet: F8, 09 and 96. RGB value is (248,9,150). Sum of RGB (Red+Green+Blue) = 248+9+150=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F80996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80996 is #07F669. Grayscale: #606060. Windows color (decimal): -521834 or 9832952. OLE color: 9832952.

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

Color convert

RGB 248 9 150 -
CMYK 0 0.96 0.40 0.03
HSL 324.6º 0.94% 0.5% -
HSV(B) 324.6º 0.96% 0.97% -
XYZ 44.31 22.35 30.83 -
YUV 96.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 248 9 150 0 0.96 0.40 0.03 324.6 0.94 0.5
Hex F8 9 96 0 60 28 3 145 5E 32
Octal 370 11 226 0 140 50 3 505 136 62
Binary 11111000 1001 10010110 0 1100000 101000 11 101000101 1011110 110010

Color Harmonies of #F80996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80996

Black with #F80996

Text Example


Text Example

White with #F80996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80996; }

 p { color: rgb(248,9,150); }

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

background-color css

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

 a { background-color: rgb(248,9,150); }

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

border-color css

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

 span { border-color: rgb(248,9,150); }

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