Shades of Persian Rose #FC2999
Tints of Persian Rose #FC2999
RGB
CMYK
RGB Variations
Color information
#FC2999 (or 0xFC2999) is known color: Persian Rose. HEX triplet: FC, 29 and 99. RGB value is (252,41,153). Sum of RGB (Red+Green+Blue) = 252+41+153=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2999 is #03D666. Grayscale: #747474. Windows color (decimal): -251495 or 10037756. OLE color: 10037756.
HSL color Cylindrical-coordinate representation of color #FC2999: hue angle of 328.15º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2999 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 153 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.01 |
| HSL | 328.15º | 0.97% | 0.57% | - |
| HSV(B) | 328.15º | 0.84% | 0.99% | - |
| XYZ | 46.69 | 24.58 | 32.42 | - |
| YUV | 116.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 153 | 0 | 0.84 | 0.39 | 0.01 | 328.15 | 0.97 | 0.57 |
| Hex | FC | 29 | 99 | 0 | 54 | 27 | 1 | 148 | 61 | 39 |
| Octal | 374 | 51 | 231 | 0 | 124 | 47 | 1 | 510 | 141 | 71 |
| Binary | 11111100 | 101001 | 10011001 | 0 | 1010100 | 100111 | 1 | 101001000 | 1100001 | 111001 |
Color Harmonies of #FC2999
Complementary color
Monochromatic Colors of #FC2999
Black with #FC2999
Text Example
Text Example
White with #FC2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2999; }
p { color: rgb(252,41,153); }
H1.HeaderClassName
{
color: #FC2999;
}
.AnyTagClassName
{
color: #FC2999;
}
</style>
background-color css
<style>
a { background-color: #FC2999; }
a { background-color: rgb(252,41,153); }
div.DivClassName
{
background-color: #FC2999;
}
.BgClassName
{
background-color: #FC2999;
}
</style>
border-color css
<style>
span { border-color: #FC2999; }
span { border-color: rgb(252,41,153); }
td.TdClassName
{
border-color: #FC2999;
}
.TagClassName
{
border-color: #FC2999;
}
</style>