Shades of Persian Rose #FC2297
Tints of Persian Rose #FC2297
RGB
CMYK
RGB Variations
Color information
#FC2297 (or 0xFC2297) is known color: Persian Rose. HEX triplet: FC, 22 and 97. RGB value is (252,34,151). Sum of RGB (Red+Green+Blue) = 252+34+151=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2297 is #03DD68. Grayscale: #707070. Windows color (decimal): -253289 or 9904892. OLE color: 9904892.
HSL color Cylindrical-coordinate representation of color #FC2297: hue angle of 327.8º 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 #FC2297 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 151 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.01 |
| HSL | 327.8º | 0.97% | 0.56% | - |
| HSV(B) | 327.8º | 0.87% | 0.99% | - |
| XYZ | 46.3 | 24.07 | 31.48 | - |
| YUV | 112.52 | 149.72 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 151 | 0 | 0.87 | 0.40 | 0.01 | 327.8 | 0.97 | 0.56 |
| Hex | FC | 22 | 97 | 0 | 57 | 28 | 1 | 148 | 61 | 38 |
| Octal | 374 | 42 | 227 | 0 | 127 | 50 | 1 | 510 | 141 | 70 |
| Binary | 11111100 | 100010 | 10010111 | 0 | 1010111 | 101000 | 1 | 101001000 | 1100001 | 111000 |
Color Harmonies of #FC2297
Complementary color
Monochromatic Colors of #FC2297
Black with #FC2297
Text Example
Text Example
White with #FC2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2297; }
p { color: rgb(252,34,151); }
H1.HeaderClassName
{
color: #FC2297;
}
.AnyTagClassName
{
color: #FC2297;
}
</style>
background-color css
<style>
a { background-color: #FC2297; }
a { background-color: rgb(252,34,151); }
div.DivClassName
{
background-color: #FC2297;
}
.BgClassName
{
background-color: #FC2297;
}
</style>
border-color css
<style>
span { border-color: #FC2297; }
span { border-color: rgb(252,34,151); }
td.TdClassName
{
border-color: #FC2297;
}
.TagClassName
{
border-color: #FC2297;
}
</style>