#F80180

Color #F80180 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F80180

Tints of Deep Pink #F80180

Color information

#F80180 (or 0xF80180) is unknown color: approx Deep Pink. HEX triplet: F8, 01 and 80. RGB value is (248,1,128). Sum of RGB (Red+Green+Blue) = 248+1+128=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F80180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80180 is #07FE7F. Grayscale: #595959. Windows color (decimal): -523904 or 8389112. OLE color: 8389112.

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

Color convert

RGB2481128-
CMYK01.000.480.03
HSL329.15º99.2%48.82%-
HSV(B)329.15º99.6%97.25%-
XYZ42.6221.5422.33-
YUV89.33149.83241.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.78%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=65.78%
G=0.27%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112801.000.480.03329.1599.248.82
HexF81800643031496331
Octal3701200014460351114361
Binary1111100011000000001100100110000111010010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80180; }

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

 H1.HeaderClassName
 {
   color: #F80180;
 }
 .AnyTagClassName
 {
   color: #F80180;
 }
</style>
background-color css

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

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

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

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

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

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