Shades of Spicy Pink #FE0CAF
Tints of Spicy Pink #FE0CAF
RGB
CMYK
RGB Variations
Color information
#FE0CAF (or 0xFE0CAF) is known color: Spicy Pink. HEX triplet: FE, 0C and AF. RGB value is (254,12,175). Sum of RGB (Red+Green+Blue) = 254+12+175=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0CAF is #01F350. Grayscale: #666666. Windows color (decimal): -127825 or 11472126. OLE color: 11472126.
HSL color Cylindrical-coordinate representation of color #FE0CAF: hue angle of 319.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CAF is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.00 |
| HSL | 319.59º | 0.99% | 0.52% | - |
| HSV(B) | 319.59º | 0.95% | 1% | - |
| XYZ | 48.74 | 24.43 | 42.7 | - |
| YUV | 102.94 | 168.67 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 175 | 0 | 0.95 | 0.31 | 0.00 | 319.59 | 0.99 | 0.52 |
| Hex | FE | C | AF | 0 | 5F | 1F | 0 | 140 | 63 | 34 |
| Octal | 376 | 14 | 257 | 0 | 137 | 37 | 0 | 500 | 143 | 64 |
| Binary | 11111110 | 1100 | 10101111 | 0 | 1011111 | 11111 | 0 | 101000000 | 1100011 | 110100 |
Color Harmonies of #FE0CAF
Complementary color
Monochromatic Colors of #FE0CAF
Black with #FE0CAF
Text Example
Text Example
White with #FE0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CAF; }
p { color: rgb(254,12,175); }
H1.HeaderClassName
{
color: #FE0CAF;
}
.AnyTagClassName
{
color: #FE0CAF;
}
</style>
background-color css
<style>
a { background-color: #FE0CAF; }
a { background-color: rgb(254,12,175); }
div.DivClassName
{
background-color: #FE0CAF;
}
.BgClassName
{
background-color: #FE0CAF;
}
</style>
border-color css
<style>
span { border-color: #FE0CAF; }
span { border-color: rgb(254,12,175); }
td.TdClassName
{
border-color: #FE0CAF;
}
.TagClassName
{
border-color: #FE0CAF;
}
</style>