Html Css Color HEX #F80878 Deep Pink

📋 copy color: '#F80878'

red 248 ◦ green 8 ◦ blue 120

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

Shades of Deep Pink #F80878

Tints of Deep Pink #F80878

RGB

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

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

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

R = 65.96%
G = 2.13%
B = 31.91%

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

#F80878 (or 0xF80878) is known color: Deep Pink. HEX triplet: F8, 08 and 78. RGB value is (248,8,120). Sum of RGB (Red+Green+Blue) = 248+8+120=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F80878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80878 is #07F787. Grayscale: #5C5C5C. Windows color (decimal): -522120 or 7866616. OLE color: 7866616.

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

Color convert

RGB 248 8 120 -
CMYK 0 0.97 0.52 0.03
HSL 332º 0.94% 0.5% -
HSV(B) 332º 0.97% 0.97% -
XYZ 42.19 21.49 19.69 -
YUV 92.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 248 8 120 0 0.97 0.52 0.03 332 0.94 0.5
Hex F8 8 78 0 61 34 3 14C 5E 32
Octal 370 10 170 0 141 64 3 514 136 62
Binary 11111000 1000 1111000 0 1100001 110100 11 101001100 1011110 110010

Color Harmonies of #F80878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80878

Black with #F80878

Text Example


Text Example

White with #F80878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80878; }

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

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

background-color css

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

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

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

border-color css

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

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

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