Shades of Persian Rose #FC289E
Tints of Persian Rose #FC289E
RGB
CMYK
RGB Variations
Color information
#FC289E (or 0xFC289E) is known color: Persian Rose. HEX triplet: FC, 28 and 9E. RGB value is (252,40,158). Sum of RGB (Red+Green+Blue) = 252+40+158=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289E is #03D761. Grayscale: #747474. Windows color (decimal): -251746 or 10365180. OLE color: 10365180.
HSL color Cylindrical-coordinate representation of color #FC289E: hue angle of 326.6º 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 #FC289E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 158 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.01 |
| HSL | 326.6º | 0.97% | 0.57% | - |
| HSV(B) | 326.6º | 0.84% | 0.99% | - |
| XYZ | 47.08 | 24.68 | 34.63 | - |
| YUV | 116.84 | 151.24 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 158 | 0 | 0.84 | 0.37 | 0.01 | 326.6 | 0.97 | 0.57 |
| Hex | FC | 28 | 9E | 0 | 54 | 25 | 1 | 147 | 61 | 39 |
| Octal | 374 | 50 | 236 | 0 | 124 | 45 | 1 | 507 | 141 | 71 |
| Binary | 11111100 | 101000 | 10011110 | 0 | 1010100 | 100101 | 1 | 101000111 | 1100001 | 111001 |
Color Harmonies of #FC289E
Complementary color
Monochromatic Colors of #FC289E
Black with #FC289E
Text Example
Text Example
White with #FC289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC289E; }
p { color: rgb(252,40,158); }
H1.HeaderClassName
{
color: #FC289E;
}
.AnyTagClassName
{
color: #FC289E;
}
</style>
background-color css
<style>
a { background-color: #FC289E; }
a { background-color: rgb(252,40,158); }
div.DivClassName
{
background-color: #FC289E;
}
.BgClassName
{
background-color: #FC289E;
}
</style>
border-color css
<style>
span { border-color: #FC289E; }
span { border-color: rgb(252,40,158); }
td.TdClassName
{
border-color: #FC289E;
}
.TagClassName
{
border-color: #FC289E;
}
</style>