Shades of Persian Rose #FC23A8
Tints of Persian Rose #FC23A8
RGB
CMYK
RGB Variations
Color information
#FC23A8 (or 0xFC23A8) is known color: Persian Rose. HEX triplet: FC, 23 and A8. RGB value is (252,35,168). Sum of RGB (Red+Green+Blue) = 252+35+168=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC23A8 is #03DC57. Grayscale: #727272. Windows color (decimal): -253016 or 11019260. OLE color: 11019260.
HSL color Cylindrical-coordinate representation of color #FC23A8: hue angle of 323.23º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC23A8 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 168 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.01 |
| HSL | 323.23º | 0.97% | 0.56% | - |
| HSV(B) | 323.23º | 0.86% | 0.99% | - |
| XYZ | 47.81 | 24.72 | 39.3 | - |
| YUV | 115.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 168 | 0 | 0.86 | 0.33 | 0.01 | 323.23 | 0.97 | 0.56 |
| Hex | FC | 23 | A8 | 0 | 56 | 21 | 1 | 143 | 61 | 38 |
| Octal | 374 | 43 | 250 | 0 | 126 | 41 | 1 | 503 | 141 | 70 |
| Binary | 11111100 | 100011 | 10101000 | 0 | 1010110 | 100001 | 1 | 101000011 | 1100001 | 111000 |
Color Harmonies of #FC23A8
Complementary color
Monochromatic Colors of #FC23A8
Black with #FC23A8
Text Example
Text Example
White with #FC23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC23A8; }
p { color: rgb(252,35,168); }
H1.HeaderClassName
{
color: #FC23A8;
}
.AnyTagClassName
{
color: #FC23A8;
}
</style>
background-color css
<style>
a { background-color: #FC23A8; }
a { background-color: rgb(252,35,168); }
div.DivClassName
{
background-color: #FC23A8;
}
.BgClassName
{
background-color: #FC23A8;
}
</style>
border-color css
<style>
span { border-color: #FC23A8; }
span { border-color: rgb(252,35,168); }
td.TdClassName
{
border-color: #FC23A8;
}
.TagClassName
{
border-color: #FC23A8;
}
</style>