Shades of Persian Rose #FC30A7
Tints of Persian Rose #FC30A7
RGB
CMYK
RGB Variations
Color information
#FC30A7 (or 0xFC30A7) is known color: Persian Rose. HEX triplet: FC, 30 and A7. RGB value is (252,48,167). Sum of RGB (Red+Green+Blue) = 252+48+167=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC30A7 is #03CF58. Grayscale: #7A7A7A. Windows color (decimal): -249689 or 10957052. OLE color: 10957052.
HSL color Cylindrical-coordinate representation of color #FC30A7: hue angle of 325º 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 #FC30A7 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 167 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.01 |
| HSL | 325º | 0.97% | 0.59% | - |
| HSV(B) | 325º | 0.81% | 0.99% | - |
| XYZ | 48.18 | 25.6 | 38.96 | - |
| YUV | 122.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 167 | 0 | 0.81 | 0.34 | 0.01 | 325 | 0.97 | 0.59 |
| Hex | FC | 30 | A7 | 0 | 51 | 22 | 1 | 145 | 61 | 3B |
| Octal | 374 | 60 | 247 | 0 | 121 | 42 | 1 | 505 | 141 | 73 |
| Binary | 11111100 | 110000 | 10100111 | 0 | 1010001 | 100010 | 1 | 101000101 | 1100001 | 111011 |
Color Harmonies of #FC30A7
Complementary color
Monochromatic Colors of #FC30A7
Black with #FC30A7
Text Example
Text Example
White with #FC30A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30A7; }
p { color: rgb(252,48,167); }
H1.HeaderClassName
{
color: #FC30A7;
}
.AnyTagClassName
{
color: #FC30A7;
}
</style>
background-color css
<style>
a { background-color: #FC30A7; }
a { background-color: rgb(252,48,167); }
div.DivClassName
{
background-color: #FC30A7;
}
.BgClassName
{
background-color: #FC30A7;
}
</style>
border-color css
<style>
span { border-color: #FC30A7; }
span { border-color: rgb(252,48,167); }
td.TdClassName
{
border-color: #FC30A7;
}
.TagClassName
{
border-color: #FC30A7;
}
</style>