Html Css Color HEX #F80178 Deep Pink

📋 copy color: '#F80178'

red 248 ◦ green 1 ◦ blue 120

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

Shades of Deep Pink #F80178

Tints of Deep Pink #F80178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 67.21%
G = 0.27%
B = 32.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F80178 (or 0xF80178) is known color: Deep Pink. HEX triplet: F8, 01 and 78. RGB value is (248,1,120). Sum of RGB (Red+Green+Blue) = 248+1+120=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80178 is #07FE87. Grayscale: #585858. Windows color (decimal): -523912 or 7864824. OLE color: 7864824.

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

Color convert

RGB 248 1 120 -
CMYK 0 1.00 0.52 0.03
HSL 331.09º 0.99% 0.49% -
HSV(B) 331.09º 1% 0.97% -
XYZ 42.11 21.33 19.67 -
YUV 88.42 145.83 241.82 -
System Red Green Blue C M Y K H S L
Decimal 248 1 120 0 1.00 0.52 0.03 331.09 0.99 0.49
Hex F8 1 78 0 64 34 3 14B 63 31
Octal 370 1 170 0 144 64 3 513 143 61
Binary 11111000 1 1111000 0 1100100 110100 11 101001011 1100011 110001

Color Harmonies of #F80178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80178

Black with #F80178

Text Example


Text Example

White with #F80178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80178; }

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

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

background-color css

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

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

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

border-color css

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

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

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