Shades of Persian Rose #FC26A8
Tints of Persian Rose #FC26A8
RGB
CMYK
RGB Variations
Color information
#FC26A8 (or 0xFC26A8) is known color: Persian Rose. HEX triplet: FC, 26 and A8. RGB value is (252,38,168). Sum of RGB (Red+Green+Blue) = 252+38+168=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26A8 is #03D957. Grayscale: #747474. Windows color (decimal): -252248 or 11020028. OLE color: 11020028.
HSL color Cylindrical-coordinate representation of color #FC26A8: hue angle of 323.55º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC26A8 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 168 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.01 |
| HSL | 323.55º | 0.97% | 0.57% | - |
| HSV(B) | 323.55º | 0.85% | 0.99% | - |
| XYZ | 47.91 | 24.91 | 39.33 | - |
| YUV | 116.81 | 156.9 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 168 | 0 | 0.85 | 0.33 | 0.01 | 323.55 | 0.97 | 0.57 |
| Hex | FC | 26 | A8 | 0 | 55 | 21 | 1 | 144 | 61 | 39 |
| Octal | 374 | 46 | 250 | 0 | 125 | 41 | 1 | 504 | 141 | 71 |
| Binary | 11111100 | 100110 | 10101000 | 0 | 1010101 | 100001 | 1 | 101000100 | 1100001 | 111001 |
Color Harmonies of #FC26A8
Complementary color
Monochromatic Colors of #FC26A8
Black with #FC26A8
Text Example
Text Example
White with #FC26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26A8; }
p { color: rgb(252,38,168); }
H1.HeaderClassName
{
color: #FC26A8;
}
.AnyTagClassName
{
color: #FC26A8;
}
</style>
background-color css
<style>
a { background-color: #FC26A8; }
a { background-color: rgb(252,38,168); }
div.DivClassName
{
background-color: #FC26A8;
}
.BgClassName
{
background-color: #FC26A8;
}
</style>
border-color css
<style>
span { border-color: #FC26A8; }
span { border-color: rgb(252,38,168); }
td.TdClassName
{
border-color: #FC26A8;
}
.TagClassName
{
border-color: #FC26A8;
}
</style>