Html Css Color HEX #F80976 Deep Pink

📋 copy color: '#F80976'

red 248 ◦ green 9 ◦ blue 118

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

Shades of Deep Pink #F80976

Tints of Deep Pink #F80976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 66.13%
G = 2.4%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F80976 (or 0xF80976) is known color: Deep Pink. HEX triplet: F8, 09 and 76. RGB value is (248,9,118). Sum of RGB (Red+Green+Blue) = 248+9+118=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80976 is #07F689. Grayscale: #5C5C5C. Windows color (decimal): -521866 or 7735800. OLE color: 7735800.

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

Color convert

RGB 248 9 118 -
CMYK 0 0.96 0.52 0.03
HSL 332.64º 0.94% 0.5% -
HSV(B) 332.64º 0.96% 0.97% -
XYZ 42.08 21.46 19.06 -
YUV 92.89 142.18 238.64 -
System Red Green Blue C M Y K H S L
Decimal 248 9 118 0 0.96 0.52 0.03 332.64 0.94 0.5
Hex F8 9 76 0 60 34 3 14D 5E 32
Octal 370 11 166 0 140 64 3 515 136 62
Binary 11111000 1001 1110110 0 1100000 110100 11 101001101 1011110 110010

Color Harmonies of #F80976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80976

Black with #F80976

Text Example


Text Example

White with #F80976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80976; }

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

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

background-color css

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

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

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

border-color css

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

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

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