#F80DAF

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

Shades of Spicy Pink #F80DAF

Tints of Spicy Pink #F80DAF

Color information

#F80DAF (or 0xF80DAF) is unknown color: approx Spicy Pink. HEX triplet: F8, 0D and AF. RGB value is (248,13,175). Sum of RGB (Red+Green+Blue) = 248+13+175=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80DAF is #07F250. Grayscale: #656565. Windows color (decimal): -520785 or 11472376. OLE color: 11472376.

HSL color Cylindrical-coordinate representation of color #F80DAF: hue angle of 318.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DAF is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB24813175-
CMYK00.950.290.03
HSL318.64º94.38%51.18%-
HSV(B)318.64º94.76%97.25%-
XYZ46.5923.3442.61-
YUV101.73169.36232.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.88%
GREEN value IS 13 (5.47% from 255) = 2.98%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=56.88%
G=2.98%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481317500.950.290.03318.6494.3851.18
HexF8DAF05F1D313f5e33
Octal37015257013735347713663
Binary111110001101101011110101111111101111001111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80DAF; }

 p { color: rgb(248,13,175); }

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

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

 a { background-color: rgb(248,13,175); }

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

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

 span { border-color: rgb(248,13,175); }

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