Shades of Persian Rose #FC30A6
Tints of Persian Rose #FC30A6
RGB
CMYK
RGB Variations
Color information
#FC30A6 (or 0xFC30A6) is known color: Persian Rose. HEX triplet: FC, 30 and A6. RGB value is (252,48,166). Sum of RGB (Red+Green+Blue) = 252+48+166=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30A6 is #03CF59. Grayscale: #7A7A7A. Windows color (decimal): -249690 or 10891516. OLE color: 10891516.
HSL color Cylindrical-coordinate representation of color #FC30A6: hue angle of 325.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC30A6 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 166 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.01 |
| HSL | 325.29º | 0.97% | 0.59% | - |
| HSV(B) | 325.29º | 0.81% | 0.99% | - |
| XYZ | 48.08 | 25.56 | 38.48 | - |
| YUV | 122.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 166 | 0 | 0.81 | 0.34 | 0.01 | 325.29 | 0.97 | 0.59 |
| Hex | FC | 30 | A6 | 0 | 51 | 22 | 1 | 145 | 61 | 3B |
| Octal | 374 | 60 | 246 | 0 | 121 | 42 | 1 | 505 | 141 | 73 |
| Binary | 11111100 | 110000 | 10100110 | 0 | 1010001 | 100010 | 1 | 101000101 | 1100001 | 111011 |
Color Harmonies of #FC30A6
Complementary color
Monochromatic Colors of #FC30A6
Black with #FC30A6
Text Example
Text Example
White with #FC30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30A6; }
p { color: rgb(252,48,166); }
H1.HeaderClassName
{
color: #FC30A6;
}
.AnyTagClassName
{
color: #FC30A6;
}
</style>
background-color css
<style>
a { background-color: #FC30A6; }
a { background-color: rgb(252,48,166); }
div.DivClassName
{
background-color: #FC30A6;
}
.BgClassName
{
background-color: #FC30A6;
}
</style>
border-color css
<style>
span { border-color: #FC30A6; }
span { border-color: rgb(252,48,166); }
td.TdClassName
{
border-color: #FC30A6;
}
.TagClassName
{
border-color: #FC30A6;
}
</style>