Shades of Spicy Pink #F01DB4
Tints of Spicy Pink #F01DB4
RGB
CMYK
RGB Variations
Color information
#F01DB4 (or 0xF01DB4) is known color: Spicy Pink. HEX triplet: F0, 1D and B4. RGB value is (240,29,180). Sum of RGB (Red+Green+Blue) = 240+29+180=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DB4 is #0FE24B. Grayscale: #6C6C6C. Windows color (decimal): -1040972 or 11804144. OLE color: 11804144.
HSL color Cylindrical-coordinate representation of color #F01DB4: hue angle of 317.06º 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 #F01DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.06 |
| HSL | 317.06º | 0.88% | 0.53% | - |
| HSV(B) | 317.06º | 0.88% | 0.94% | - |
| XYZ | 44.61 | 22.7 | 45.21 | - |
| YUV | 109.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 180 | 0 | 0.88 | 0.25 | 0.06 | 317.06 | 0.88 | 0.53 |
| Hex | F0 | 1D | B4 | 0 | 58 | 19 | 6 | 13D | 58 | 35 |
| Octal | 360 | 35 | 264 | 0 | 130 | 31 | 6 | 475 | 130 | 65 |
| Binary | 11110000 | 11101 | 10110100 | 0 | 1011000 | 11001 | 110 | 100111101 | 1011000 | 110101 |
Color Harmonies of #F01DB4
Complementary color
Monochromatic Colors of #F01DB4
Black with #F01DB4
Text Example
Text Example
White with #F01DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DB4; }
p { color: rgb(240,29,180); }
H1.HeaderClassName
{
color: #F01DB4;
}
.AnyTagClassName
{
color: #F01DB4;
}
</style>
background-color css
<style>
a { background-color: #F01DB4; }
a { background-color: rgb(240,29,180); }
div.DivClassName
{
background-color: #F01DB4;
}
.BgClassName
{
background-color: #F01DB4;
}
</style>
border-color css
<style>
span { border-color: #F01DB4; }
span { border-color: rgb(240,29,180); }
td.TdClassName
{
border-color: #F01DB4;
}
.TagClassName
{
border-color: #F01DB4;
}
</style>