Html Css Color HEX #F80778 Deep Pink

📋 copy color: '#F80778'

red 248 ◦ green 7 ◦ blue 120

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

Shades of Deep Pink #F80778

Tints of Deep Pink #F80778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 66.13%
G = 1.87%
B = 32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F80778 (or 0xF80778) is known color: Deep Pink. HEX triplet: F8, 07 and 78. RGB value is (248,7,120). Sum of RGB (Red+Green+Blue) = 248+7+120=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80778 is #07F887. Grayscale: #5B5B5B. Windows color (decimal): -522376 or 7866360. OLE color: 7866360.

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

Color convert

RGB 248 7 120 -
CMYK 0 0.97 0.52 0.03
HSL 331.87º 0.95% 0.5% -
HSV(B) 331.87º 0.97% 0.97% -
XYZ 42.18 21.46 19.69 -
YUV 91.94 143.84 239.31 -
System Red Green Blue C M Y K H S L
Decimal 248 7 120 0 0.97 0.52 0.03 331.87 0.95 0.5
Hex F8 7 78 0 61 34 3 14C 5F 32
Octal 370 7 170 0 141 64 3 514 137 62
Binary 11111000 111 1111000 0 1100001 110100 11 101001100 1011111 110010

Color Harmonies of #F80778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80778

Black with #F80778

Text Example


Text Example

White with #F80778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80778; }

 p { color: rgb(248,7,120); }

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

background-color css

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

 a { background-color: rgb(248,7,120); }

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

border-color css

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

 span { border-color: rgb(248,7,120); }

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