Html Css Color HEX #F80376 Deep Pink

📋 copy color: '#F80376'

red 248 ◦ green 3 ◦ blue 118

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

Shades of Deep Pink #F80376

Tints of Deep Pink #F80376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 67.21%
G = 0.81%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F80376 (or 0xF80376) is known color: Deep Pink. HEX triplet: F8, 03 and 76. RGB value is (248,3,118). Sum of RGB (Red+Green+Blue) = 248+3+118=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80376 is #07FC89. Grayscale: #595959. Windows color (decimal): -523402 or 7734264. OLE color: 7734264.

HSL color Cylindrical-coordinate representation of color #F80376: hue angle of 331.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80376 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 3 118 -
CMYK 0 0.99 0.52 0.03
HSL 331.84º 0.98% 0.49% -
HSV(B) 331.84º 0.99% 0.97% -
XYZ 42.01 21.33 19.04 -
YUV 89.37 144.17 241.15 -
System Red Green Blue C M Y K H S L
Decimal 248 3 118 0 0.99 0.52 0.03 331.84 0.98 0.49
Hex F8 3 76 0 63 34 3 14C 62 31
Octal 370 3 166 0 143 64 3 514 142 61
Binary 11111000 11 1110110 0 1100011 110100 11 101001100 1100010 110001

Color Harmonies of #F80376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80376

Black with #F80376

Text Example


Text Example

White with #F80376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80376; }

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

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

background-color css

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

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

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

border-color css

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

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

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