Shades of Spicy Pink #F01DB8
Tints of Spicy Pink #F01DB8
RGB
CMYK
RGB Variations
Color information
#F01DB8 (or 0xF01DB8) is known color: Spicy Pink. HEX triplet: F0, 1D and B8. RGB value is (240,29,184). Sum of RGB (Red+Green+Blue) = 240+29+184=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DB8 is #0FE247. Grayscale: #6D6D6D. Windows color (decimal): -1040968 or 12066288. OLE color: 12066288.
HSL color Cylindrical-coordinate representation of color #F01DB8: hue angle of 315.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.06 |
| HSL | 315.92º | 0.88% | 0.53% | - |
| HSV(B) | 315.92º | 0.88% | 0.94% | - |
| XYZ | 45.03 | 22.86 | 47.39 | - |
| YUV | 109.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 184 | 0 | 0.88 | 0.23 | 0.06 | 315.92 | 0.88 | 0.53 |
| Hex | F0 | 1D | B8 | 0 | 58 | 17 | 6 | 13C | 58 | 35 |
| Octal | 360 | 35 | 270 | 0 | 130 | 27 | 6 | 474 | 130 | 65 |
| Binary | 11110000 | 11101 | 10111000 | 0 | 1011000 | 10111 | 110 | 100111100 | 1011000 | 110101 |
Color Harmonies of #F01DB8
Complementary color
Monochromatic Colors of #F01DB8
Black with #F01DB8
Text Example
Text Example
White with #F01DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DB8; }
p { color: rgb(240,29,184); }
H1.HeaderClassName
{
color: #F01DB8;
}
.AnyTagClassName
{
color: #F01DB8;
}
</style>
background-color css
<style>
a { background-color: #F01DB8; }
a { background-color: rgb(240,29,184); }
div.DivClassName
{
background-color: #F01DB8;
}
.BgClassName
{
background-color: #F01DB8;
}
</style>
border-color css
<style>
span { border-color: #F01DB8; }
span { border-color: rgb(240,29,184); }
td.TdClassName
{
border-color: #F01DB8;
}
.TagClassName
{
border-color: #F01DB8;
}
</style>