Shades of Persian Rose #FC28A6
Tints of Persian Rose #FC28A6
RGB
CMYK
RGB Variations
Color information
#FC28A6 (or 0xFC28A6) is known color: Persian Rose. HEX triplet: FC, 28 and A6. RGB value is (252,40,166). Sum of RGB (Red+Green+Blue) = 252+40+166=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28A6 is #03D759. Grayscale: #757575. Windows color (decimal): -251738 or 10889468. OLE color: 10889468.
HSL color Cylindrical-coordinate representation of color #FC28A6: hue angle of 324.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28A6 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 166 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.01 |
| HSL | 324.34º | 0.97% | 0.57% | - |
| HSV(B) | 324.34º | 0.84% | 0.99% | - |
| XYZ | 47.79 | 24.97 | 38.38 | - |
| YUV | 117.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 166 | 0 | 0.84 | 0.34 | 0.01 | 324.34 | 0.97 | 0.57 |
| Hex | FC | 28 | A6 | 0 | 54 | 22 | 1 | 144 | 61 | 39 |
| Octal | 374 | 50 | 246 | 0 | 124 | 42 | 1 | 504 | 141 | 71 |
| Binary | 11111100 | 101000 | 10100110 | 0 | 1010100 | 100010 | 1 | 101000100 | 1100001 | 111001 |
Color Harmonies of #FC28A6
Complementary color
Monochromatic Colors of #FC28A6
Black with #FC28A6
Text Example
Text Example
White with #FC28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28A6; }
p { color: rgb(252,40,166); }
H1.HeaderClassName
{
color: #FC28A6;
}
.AnyTagClassName
{
color: #FC28A6;
}
</style>
background-color css
<style>
a { background-color: #FC28A6; }
a { background-color: rgb(252,40,166); }
div.DivClassName
{
background-color: #FC28A6;
}
.BgClassName
{
background-color: #FC28A6;
}
</style>
border-color css
<style>
span { border-color: #FC28A6; }
span { border-color: rgb(252,40,166); }
td.TdClassName
{
border-color: #FC28A6;
}
.TagClassName
{
border-color: #FC28A6;
}
</style>