Shades of Persian Rose #FC26A1
Tints of Persian Rose #FC26A1
RGB
CMYK
RGB Variations
Color information
#FC26A1 (or 0xFC26A1) is known color: Persian Rose. HEX triplet: FC, 26 and A1. RGB value is (252,38,161). Sum of RGB (Red+Green+Blue) = 252+38+161=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26A1 is #03D95E. Grayscale: #737373. Windows color (decimal): -252255 or 10561276. OLE color: 10561276.
HSL color Cylindrical-coordinate representation of color #FC26A1: hue angle of 325.51º 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 #FC26A1 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 161 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.01 |
| HSL | 325.51º | 0.97% | 0.57% | - |
| HSV(B) | 325.51º | 0.85% | 0.99% | - |
| XYZ | 47.27 | 24.65 | 35.99 | - |
| YUV | 116.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 161 | 0 | 0.85 | 0.36 | 0.01 | 325.51 | 0.97 | 0.57 |
| Hex | FC | 26 | A1 | 0 | 55 | 24 | 1 | 146 | 61 | 39 |
| Octal | 374 | 46 | 241 | 0 | 125 | 44 | 1 | 506 | 141 | 71 |
| Binary | 11111100 | 100110 | 10100001 | 0 | 1010101 | 100100 | 1 | 101000110 | 1100001 | 111001 |
Color Harmonies of #FC26A1
Complementary color
Monochromatic Colors of #FC26A1
Black with #FC26A1
Text Example
Text Example
White with #FC26A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26A1; }
p { color: rgb(252,38,161); }
H1.HeaderClassName
{
color: #FC26A1;
}
.AnyTagClassName
{
color: #FC26A1;
}
</style>
background-color css
<style>
a { background-color: #FC26A1; }
a { background-color: rgb(252,38,161); }
div.DivClassName
{
background-color: #FC26A1;
}
.BgClassName
{
background-color: #FC26A1;
}
</style>
border-color css
<style>
span { border-color: #FC26A1; }
span { border-color: rgb(252,38,161); }
td.TdClassName
{
border-color: #FC26A1;
}
.TagClassName
{
border-color: #FC26A1;
}
</style>