Shades of Spicy Pink #FF1CAF
Tints of Spicy Pink #FF1CAF
RGB
CMYK
RGB Variations
Color information
#FF1CAF (or 0xFF1CAF) is known color: Spicy Pink. HEX triplet: FF, 1C and AF. RGB value is (255,28,175). Sum of RGB (Red+Green+Blue) = 255+28+175=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1CAF is #00E350. Grayscale: #707070. Windows color (decimal): -58193 or 11476223. OLE color: 11476223.
HSL color Cylindrical-coordinate representation of color #FF1CAF: hue angle of 321.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CAF is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 175 | - |
| CMYK | 0 | 0.89 | 0.31 | 0 |
| HSL | 321.15º | 1% | 0.55% | - |
| HSV(B) | 321.15º | 0.89% | 1% | - |
| XYZ | 49.39 | 25.19 | 42.82 | - |
| YUV | 112.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 175 | 0 | 0.89 | 0.31 | 0 | 321.15 | 1 | 0.55 |
| Hex | FF | 1C | AF | 0 | 59 | 1F | 0 | 141 | 64 | 37 |
| Octal | 377 | 34 | 257 | 0 | 131 | 37 | 0 | 501 | 144 | 67 |
| Binary | 11111111 | 11100 | 10101111 | 0 | 1011001 | 11111 | 0 | 101000001 | 1100100 | 110111 |
Color Harmonies of #FF1CAF
Complementary color
Monochromatic Colors of #FF1CAF
Black with #FF1CAF
Text Example
Text Example
White with #FF1CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CAF; }
p { color: rgb(255,28,175); }
H1.HeaderClassName
{
color: #FF1CAF;
}
.AnyTagClassName
{
color: #FF1CAF;
}
</style>
background-color css
<style>
a { background-color: #FF1CAF; }
a { background-color: rgb(255,28,175); }
div.DivClassName
{
background-color: #FF1CAF;
}
.BgClassName
{
background-color: #FF1CAF;
}
</style>
border-color css
<style>
span { border-color: #FF1CAF; }
span { border-color: rgb(255,28,175); }
td.TdClassName
{
border-color: #FF1CAF;
}
.TagClassName
{
border-color: #FF1CAF;
}
</style>