Shades of Persian Rose #FC26A3
Tints of Persian Rose #FC26A3
RGB
CMYK
RGB Variations
Color information
#FC26A3 (or 0xFC26A3) is known color: Persian Rose. HEX triplet: FC, 26 and A3. RGB value is (252,38,163). Sum of RGB (Red+Green+Blue) = 252+38+163=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26A3 is #03D95C. Grayscale: #737373. Windows color (decimal): -252253 or 10692348. OLE color: 10692348.
HSL color Cylindrical-coordinate representation of color #FC26A3: hue angle of 324.95º 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 #FC26A3 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 163 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.01 |
| HSL | 324.95º | 0.97% | 0.57% | - |
| HSV(B) | 324.95º | 0.85% | 0.99% | - |
| XYZ | 47.45 | 24.73 | 36.92 | - |
| YUV | 116.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 163 | 0 | 0.85 | 0.35 | 0.01 | 324.95 | 0.97 | 0.57 |
| Hex | FC | 26 | A3 | 0 | 55 | 23 | 1 | 145 | 61 | 39 |
| Octal | 374 | 46 | 243 | 0 | 125 | 43 | 1 | 505 | 141 | 71 |
| Binary | 11111100 | 100110 | 10100011 | 0 | 1010101 | 100011 | 1 | 101000101 | 1100001 | 111001 |
Color Harmonies of #FC26A3
Complementary color
Monochromatic Colors of #FC26A3
Black with #FC26A3
Text Example
Text Example
White with #FC26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26A3; }
p { color: rgb(252,38,163); }
H1.HeaderClassName
{
color: #FC26A3;
}
.AnyTagClassName
{
color: #FC26A3;
}
</style>
background-color css
<style>
a { background-color: #FC26A3; }
a { background-color: rgb(252,38,163); }
div.DivClassName
{
background-color: #FC26A3;
}
.BgClassName
{
background-color: #FC26A3;
}
</style>
border-color css
<style>
span { border-color: #FC26A3; }
span { border-color: rgb(252,38,163); }
td.TdClassName
{
border-color: #FC26A3;
}
.TagClassName
{
border-color: #FC26A3;
}
</style>