Shades of Persian Rose #FC21A1
Tints of Persian Rose #FC21A1
RGB
CMYK
RGB Variations
Color information
#FC21A1 (or 0xFC21A1) is known color: Persian Rose. HEX triplet: FC, 21 and A1. RGB value is (252,33,161). Sum of RGB (Red+Green+Blue) = 252+33+161=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21A1 is #03DE5E. Grayscale: #707070. Windows color (decimal): -253535 or 10559996. OLE color: 10559996.
HSL color Cylindrical-coordinate representation of color #FC21A1: hue angle of 324.93º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21A1 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 161 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.01 |
| HSL | 324.93º | 0.97% | 0.56% | - |
| HSV(B) | 324.93º | 0.87% | 0.99% | - |
| XYZ | 47.12 | 24.36 | 35.94 | - |
| YUV | 113.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 161 | 0 | 0.87 | 0.36 | 0.01 | 324.93 | 0.97 | 0.56 |
| Hex | FC | 21 | A1 | 0 | 57 | 24 | 1 | 145 | 61 | 38 |
| Octal | 374 | 41 | 241 | 0 | 127 | 44 | 1 | 505 | 141 | 70 |
| Binary | 11111100 | 100001 | 10100001 | 0 | 1010111 | 100100 | 1 | 101000101 | 1100001 | 111000 |
Color Harmonies of #FC21A1
Complementary color
Monochromatic Colors of #FC21A1
Black with #FC21A1
Text Example
Text Example
White with #FC21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21A1; }
p { color: rgb(252,33,161); }
H1.HeaderClassName
{
color: #FC21A1;
}
.AnyTagClassName
{
color: #FC21A1;
}
</style>
background-color css
<style>
a { background-color: #FC21A1; }
a { background-color: rgb(252,33,161); }
div.DivClassName
{
background-color: #FC21A1;
}
.BgClassName
{
background-color: #FC21A1;
}
</style>
border-color css
<style>
span { border-color: #FC21A1; }
span { border-color: rgb(252,33,161); }
td.TdClassName
{
border-color: #FC21A1;
}
.TagClassName
{
border-color: #FC21A1;
}
</style>