Shades of Spicy Pink #F01CA8
Tints of Spicy Pink #F01CA8
RGB
CMYK
RGB Variations
Color information
#F01CA8 (or 0xF01CA8) is known color: Spicy Pink. HEX triplet: F0, 1C and A8. RGB value is (240,28,168). Sum of RGB (Red+Green+Blue) = 240+28+168=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01CA8 is #0FE357. Grayscale: #6B6B6B. Windows color (decimal): -1041240 or 11017456. OLE color: 11017456.
HSL color Cylindrical-coordinate representation of color #F01CA8: hue angle of 320.38º 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 #F01CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 168 | - |
| CMYK | 0 | 0.88 | 0.3 | 0.06 |
| HSL | 320.38º | 0.88% | 0.53% | - |
| HSV(B) | 320.38º | 0.88% | 0.94% | - |
| XYZ | 43.42 | 22.18 | 39.04 | - |
| YUV | 107.35 | 162.24 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 168 | 0 | 0.88 | 0.3 | 0.06 | 320.38 | 0.88 | 0.53 |
| Hex | F0 | 1C | A8 | 0 | 58 | 1E | 6 | 140 | 58 | 35 |
| Octal | 360 | 34 | 250 | 0 | 130 | 36 | 6 | 500 | 130 | 65 |
| Binary | 11110000 | 11100 | 10101000 | 0 | 1011000 | 11110 | 110 | 101000000 | 1011000 | 110101 |
Color Harmonies of #F01CA8
Complementary color
Monochromatic Colors of #F01CA8
Black with #F01CA8
Text Example
Text Example
White with #F01CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CA8; }
p { color: rgb(240,28,168); }
H1.HeaderClassName
{
color: #F01CA8;
}
.AnyTagClassName
{
color: #F01CA8;
}
</style>
background-color css
<style>
a { background-color: #F01CA8; }
a { background-color: rgb(240,28,168); }
div.DivClassName
{
background-color: #F01CA8;
}
.BgClassName
{
background-color: #F01CA8;
}
</style>
border-color css
<style>
span { border-color: #F01CA8; }
span { border-color: rgb(240,28,168); }
td.TdClassName
{
border-color: #F01CA8;
}
.TagClassName
{
border-color: #F01CA8;
}
</style>