Shades of Persian Rose #FC26AA
Tints of Persian Rose #FC26AA
RGB
CMYK
RGB Variations
Color information
#FC26AA (or 0xFC26AA) is known color: Persian Rose. HEX triplet: FC, 26 and AA. RGB value is (252,38,170). Sum of RGB (Red+Green+Blue) = 252+38+170=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26AA is #03D955. Grayscale: #747474. Windows color (decimal): -252246 or 11151100. OLE color: 11151100.
HSL color Cylindrical-coordinate representation of color #FC26AA: hue angle of 322.99º 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 #FC26AA is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 170 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.01 |
| HSL | 322.99º | 0.97% | 0.57% | - |
| HSV(B) | 322.99º | 0.85% | 0.99% | - |
| XYZ | 48.09 | 24.98 | 40.32 | - |
| YUV | 117.03 | 157.9 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 170 | 0 | 0.85 | 0.33 | 0.01 | 322.99 | 0.97 | 0.57 |
| Hex | FC | 26 | AA | 0 | 55 | 21 | 1 | 143 | 61 | 39 |
| Octal | 374 | 46 | 252 | 0 | 125 | 41 | 1 | 503 | 141 | 71 |
| Binary | 11111100 | 100110 | 10101010 | 0 | 1010101 | 100001 | 1 | 101000011 | 1100001 | 111001 |
Color Harmonies of #FC26AA
Complementary color
Monochromatic Colors of #FC26AA
Black with #FC26AA
Text Example
Text Example
White with #FC26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26AA; }
p { color: rgb(252,38,170); }
H1.HeaderClassName
{
color: #FC26AA;
}
.AnyTagClassName
{
color: #FC26AA;
}
</style>
background-color css
<style>
a { background-color: #FC26AA; }
a { background-color: rgb(252,38,170); }
div.DivClassName
{
background-color: #FC26AA;
}
.BgClassName
{
background-color: #FC26AA;
}
</style>
border-color css
<style>
span { border-color: #FC26AA; }
span { border-color: rgb(252,38,170); }
td.TdClassName
{
border-color: #FC26AA;
}
.TagClassName
{
border-color: #FC26AA;
}
</style>