Shades of Persian Rose #FC289A
Tints of Persian Rose #FC289A
RGB
CMYK
RGB Variations
Color information
#FC289A (or 0xFC289A) is known color: Persian Rose. HEX triplet: FC, 28 and 9A. RGB value is (252,40,154). Sum of RGB (Red+Green+Blue) = 252+40+154=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289A is #03D765. Grayscale: #747474. Windows color (decimal): -251750 or 10103036. OLE color: 10103036.
HSL color Cylindrical-coordinate representation of color #FC289A: hue angle of 327.74º 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 #FC289A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 154 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.01 |
| HSL | 327.74º | 0.97% | 0.57% | - |
| HSV(B) | 327.74º | 0.84% | 0.99% | - |
| XYZ | 46.74 | 24.55 | 32.85 | - |
| YUV | 116.38 | 149.24 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 154 | 0 | 0.84 | 0.39 | 0.01 | 327.74 | 0.97 | 0.57 |
| Hex | FC | 28 | 9A | 0 | 54 | 27 | 1 | 148 | 61 | 39 |
| Octal | 374 | 50 | 232 | 0 | 124 | 47 | 1 | 510 | 141 | 71 |
| Binary | 11111100 | 101000 | 10011010 | 0 | 1010100 | 100111 | 1 | 101001000 | 1100001 | 111001 |
Color Harmonies of #FC289A
Complementary color
Monochromatic Colors of #FC289A
Black with #FC289A
Text Example
Text Example
White with #FC289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC289A; }
p { color: rgb(252,40,154); }
H1.HeaderClassName
{
color: #FC289A;
}
.AnyTagClassName
{
color: #FC289A;
}
</style>
background-color css
<style>
a { background-color: #FC289A; }
a { background-color: rgb(252,40,154); }
div.DivClassName
{
background-color: #FC289A;
}
.BgClassName
{
background-color: #FC289A;
}
</style>
border-color css
<style>
span { border-color: #FC289A; }
span { border-color: rgb(252,40,154); }
td.TdClassName
{
border-color: #FC289A;
}
.TagClassName
{
border-color: #FC289A;
}
</style>