Shades of Spicy Pink #FC14B5
Tints of Spicy Pink #FC14B5
RGB
CMYK
RGB Variations
Color information
#FC14B5 (or 0xFC14B5) is known color: Spicy Pink. HEX triplet: FC, 14 and B5. RGB value is (252,20,181). Sum of RGB (Red+Green+Blue) = 252+20+181=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14B5 is #03EB4A. Grayscale: #6B6B6B. Windows color (decimal): -256843 or 11867388. OLE color: 11867388.
HSL color Cylindrical-coordinate representation of color #FC14B5: hue angle of 318.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14B5 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 20 | 181 | - |
CMYK | 0 | 0.92 | 0.28 | 0.01 |
HSL | 318.36º | 0.97% | 0.53% | - |
HSV(B) | 318.36º | 0.92% | 0.99% | - |
XYZ | 48.74 | 24.53 | 45.88 | - |
YUV | 107.72 | 169.36 | 230.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 20 | 181 | 0 | 0.92 | 0.28 | 0.01 | 318.36 | 0.97 | 0.53 |
Hex | FC | 14 | B5 | 0 | 5C | 1C | 1 | 13E | 61 | 35 |
Octal | 374 | 24 | 265 | 0 | 134 | 34 | 1 | 476 | 141 | 65 |
Binary | 11111100 | 10100 | 10110101 | 0 | 1011100 | 11100 | 1 | 100111110 | 1100001 | 110101 |
Color Harmonies of #FC14B5
Complementary color
Monochromatic Colors of #FC14B5
Black with #FC14B5
Text Example
Text Example
White with #FC14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14B5; }
p { color: rgb(252,20,181); }
H1.HeaderClassName
{
color: #FC14B5;
}
.AnyTagClassName
{
color: #FC14B5;
}
</style>
background-color css
<style>
a { background-color: #FC14B5; }
a { background-color: rgb(252,20,181); }
div.DivClassName
{
background-color: #FC14B5;
}
.BgClassName
{
background-color: #FC14B5;
}
</style>
border-color css
<style>
span { border-color: #FC14B5; }
span { border-color: rgb(252,20,181); }
td.TdClassName
{
border-color: #FC14B5;
}
.TagClassName
{
border-color: #FC14B5;
}
</style>