Shades of Persian Rose #FC209A
Tints of Persian Rose #FC209A
RGB
CMYK
RGB Variations
Color information
#FC209A (or 0xFC209A) is known color: Persian Rose. HEX triplet: FC, 20 and 9A. RGB value is (252,32,154). Sum of RGB (Red+Green+Blue) = 252+32+154=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC209A is #03DF65. Grayscale: #6F6F6F. Windows color (decimal): -253798 or 10100988. OLE color: 10100988.
HSL color Cylindrical-coordinate representation of color #FC209A: hue angle of 326.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC209A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 154 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.01 |
| HSL | 326.73º | 0.97% | 0.56% | - |
| HSV(B) | 326.73º | 0.87% | 0.99% | - |
| XYZ | 46.49 | 24.06 | 32.77 | - |
| YUV | 111.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 154 | 0 | 0.87 | 0.39 | 0.01 | 326.73 | 0.97 | 0.56 |
| Hex | FC | 20 | 9A | 0 | 57 | 27 | 1 | 147 | 61 | 38 |
| Octal | 374 | 40 | 232 | 0 | 127 | 47 | 1 | 507 | 141 | 70 |
| Binary | 11111100 | 100000 | 10011010 | 0 | 1010111 | 100111 | 1 | 101000111 | 1100001 | 111000 |
Color Harmonies of #FC209A
Complementary color
Monochromatic Colors of #FC209A
Black with #FC209A
Text Example
Text Example
White with #FC209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC209A; }
p { color: rgb(252,32,154); }
H1.HeaderClassName
{
color: #FC209A;
}
.AnyTagClassName
{
color: #FC209A;
}
</style>
background-color css
<style>
a { background-color: #FC209A; }
a { background-color: rgb(252,32,154); }
div.DivClassName
{
background-color: #FC209A;
}
.BgClassName
{
background-color: #FC209A;
}
</style>
border-color css
<style>
span { border-color: #FC209A; }
span { border-color: rgb(252,32,154); }
td.TdClassName
{
border-color: #FC209A;
}
.TagClassName
{
border-color: #FC209A;
}
</style>