Shades of Spicy Pink #F01DB5
Tints of Spicy Pink #F01DB5
RGB
CMYK
RGB Variations
Color information
#F01DB5 (or 0xF01DB5) is known color: Spicy Pink. HEX triplet: F0, 1D and B5. RGB value is (240,29,181). Sum of RGB (Red+Green+Blue) = 240+29+181=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DB5 is #0FE24A. Grayscale: #6D6D6D. Windows color (decimal): -1040971 or 11869680. OLE color: 11869680.
HSL color Cylindrical-coordinate representation of color #F01DB5: hue angle of 316.78º 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 #F01DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.06 |
| HSL | 316.78º | 0.88% | 0.53% | - |
| HSV(B) | 316.78º | 0.88% | 0.94% | - |
| XYZ | 44.72 | 22.74 | 45.75 | - |
| YUV | 109.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 181 | 0 | 0.88 | 0.25 | 0.06 | 316.78 | 0.88 | 0.53 |
| Hex | F0 | 1D | B5 | 0 | 58 | 19 | 6 | 13D | 58 | 35 |
| Octal | 360 | 35 | 265 | 0 | 130 | 31 | 6 | 475 | 130 | 65 |
| Binary | 11110000 | 11101 | 10110101 | 0 | 1011000 | 11001 | 110 | 100111101 | 1011000 | 110101 |
Color Harmonies of #F01DB5
Complementary color
Monochromatic Colors of #F01DB5
Black with #F01DB5
Text Example
Text Example
White with #F01DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DB5; }
p { color: rgb(240,29,181); }
H1.HeaderClassName
{
color: #F01DB5;
}
.AnyTagClassName
{
color: #F01DB5;
}
</style>
background-color css
<style>
a { background-color: #F01DB5; }
a { background-color: rgb(240,29,181); }
div.DivClassName
{
background-color: #F01DB5;
}
.BgClassName
{
background-color: #F01DB5;
}
</style>
border-color css
<style>
span { border-color: #F01DB5; }
span { border-color: rgb(240,29,181); }
td.TdClassName
{
border-color: #F01DB5;
}
.TagClassName
{
border-color: #F01DB5;
}
</style>