Shades of Spicy Pink #F81FB8
Tints of Spicy Pink #F81FB8
RGB
CMYK
RGB Variations
Color information
#F81FB8 (or 0xF81FB8) is known color: Spicy Pink. HEX triplet: F8, 1F and B8. RGB value is (248,31,184). Sum of RGB (Red+Green+Blue) = 248+31+184=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FB8 is #07E047. Grayscale: #707070. Windows color (decimal): -516168 or 12066808. OLE color: 12066808.
HSL color Cylindrical-coordinate representation of color #F81FB8: hue angle of 317.7º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FB8 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 184 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.03 |
| HSL | 317.7º | 0.94% | 0.55% | - |
| HSV(B) | 317.7º | 0.88% | 0.97% | - |
| XYZ | 47.85 | 24.4 | 47.53 | - |
| YUV | 113.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 184 | 0 | 0.88 | 0.26 | 0.03 | 317.7 | 0.94 | 0.55 |
| Hex | F8 | 1F | B8 | 0 | 58 | 1A | 3 | 13E | 5E | 37 |
| Octal | 370 | 37 | 270 | 0 | 130 | 32 | 3 | 476 | 136 | 67 |
| Binary | 11111000 | 11111 | 10111000 | 0 | 1011000 | 11010 | 11 | 100111110 | 1011110 | 110111 |
Color Harmonies of #F81FB8
Complementary color
Monochromatic Colors of #F81FB8
Black with #F81FB8
Text Example
Text Example
White with #F81FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FB8; }
p { color: rgb(248,31,184); }
H1.HeaderClassName
{
color: #F81FB8;
}
.AnyTagClassName
{
color: #F81FB8;
}
</style>
background-color css
<style>
a { background-color: #F81FB8; }
a { background-color: rgb(248,31,184); }
div.DivClassName
{
background-color: #F81FB8;
}
.BgClassName
{
background-color: #F81FB8;
}
</style>
border-color css
<style>
span { border-color: #F81FB8; }
span { border-color: rgb(248,31,184); }
td.TdClassName
{
border-color: #F81FB8;
}
.TagClassName
{
border-color: #F81FB8;
}
</style>