Shades of Spicy Pink #F01CA6
Tints of Spicy Pink #F01CA6
RGB
CMYK
RGB Variations
Color information
#F01CA6 (or 0xF01CA6) is known color: Spicy Pink. HEX triplet: F0, 1C and A6. RGB value is (240,28,166). Sum of RGB (Red+Green+Blue) = 240+28+166=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01CA6 is #0FE359. Grayscale: #6A6A6A. Windows color (decimal): -1041242 or 10886384. OLE color: 10886384.
HSL color Cylindrical-coordinate representation of color #F01CA6: hue angle of 320.94º 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 #F01CA6 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 166 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.06 |
| HSL | 320.94º | 0.88% | 0.53% | - |
| HSV(B) | 320.94º | 0.88% | 0.94% | - |
| XYZ | 43.23 | 22.11 | 38.07 | - |
| YUV | 107.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 166 | 0 | 0.88 | 0.31 | 0.06 | 320.94 | 0.88 | 0.53 |
| Hex | F0 | 1C | A6 | 0 | 58 | 1F | 6 | 141 | 58 | 35 |
| Octal | 360 | 34 | 246 | 0 | 130 | 37 | 6 | 501 | 130 | 65 |
| Binary | 11110000 | 11100 | 10100110 | 0 | 1011000 | 11111 | 110 | 101000001 | 1011000 | 110101 |
Color Harmonies of #F01CA6
Complementary color
Monochromatic Colors of #F01CA6
Black with #F01CA6
Text Example
Text Example
White with #F01CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CA6; }
p { color: rgb(240,28,166); }
H1.HeaderClassName
{
color: #F01CA6;
}
.AnyTagClassName
{
color: #F01CA6;
}
</style>
background-color css
<style>
a { background-color: #F01CA6; }
a { background-color: rgb(240,28,166); }
div.DivClassName
{
background-color: #F01CA6;
}
.BgClassName
{
background-color: #F01CA6;
}
</style>
border-color css
<style>
span { border-color: #F01CA6; }
span { border-color: rgb(240,28,166); }
td.TdClassName
{
border-color: #F01CA6;
}
.TagClassName
{
border-color: #F01CA6;
}
</style>