Shades of Persian Rose #FC30B3
Tints of Persian Rose #FC30B3
RGB
CMYK
RGB Variations
Color information
#FC30B3 (or 0xFC30B3) is known color: Persian Rose. HEX triplet: FC, 30 and B3. RGB value is (252,48,179). Sum of RGB (Red+Green+Blue) = 252+48+179=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30B3 is #03CF4C. Grayscale: #7B7B7B. Windows color (decimal): -249677 or 11743484. OLE color: 11743484.
HSL color Cylindrical-coordinate representation of color #FC30B3: hue angle of 321.47º 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 #FC30B3 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 179 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.01 |
| HSL | 321.47º | 0.97% | 0.59% | - |
| HSV(B) | 321.47º | 0.81% | 0.99% | - |
| XYZ | 49.34 | 26.06 | 45.08 | - |
| YUV | 123.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 179 | 0 | 0.81 | 0.29 | 0.01 | 321.47 | 0.97 | 0.59 |
| Hex | FC | 30 | B3 | 0 | 51 | 1D | 1 | 141 | 61 | 3B |
| Octal | 374 | 60 | 263 | 0 | 121 | 35 | 1 | 501 | 141 | 73 |
| Binary | 11111100 | 110000 | 10110011 | 0 | 1010001 | 11101 | 1 | 101000001 | 1100001 | 111011 |
Color Harmonies of #FC30B3
Complementary color
Monochromatic Colors of #FC30B3
Black with #FC30B3
Text Example
Text Example
White with #FC30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30B3; }
p { color: rgb(252,48,179); }
H1.HeaderClassName
{
color: #FC30B3;
}
.AnyTagClassName
{
color: #FC30B3;
}
</style>
background-color css
<style>
a { background-color: #FC30B3; }
a { background-color: rgb(252,48,179); }
div.DivClassName
{
background-color: #FC30B3;
}
.BgClassName
{
background-color: #FC30B3;
}
</style>
border-color css
<style>
span { border-color: #FC30B3; }
span { border-color: rgb(252,48,179); }
td.TdClassName
{
border-color: #FC30B3;
}
.TagClassName
{
border-color: #FC30B3;
}
</style>