Shades of Persian Rose #FC3FB1
Tints of Persian Rose #FC3FB1
RGB
CMYK
RGB Variations
Color information
#FC3FB1 (or 0xFC3FB1) is known color: Persian Rose. HEX triplet: FC, 3F and B1. RGB value is (252,63,177). Sum of RGB (Red+Green+Blue) = 252+63+177=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3FB1 is #03C04E. Grayscale: #848484. Windows color (decimal): -245839 or 11616252. OLE color: 11616252.
HSL color Cylindrical-coordinate representation of color #FC3FB1: hue angle of 323.81º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FB1 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 177 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.01 |
| HSL | 323.81º | 0.97% | 0.62% | - |
| HSV(B) | 323.81º | 0.75% | 0.99% | - |
| XYZ | 49.86 | 27.42 | 44.26 | - |
| YUV | 132.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 177 | 0 | 0.75 | 0.30 | 0.01 | 323.81 | 0.97 | 0.62 |
| Hex | FC | 3F | B1 | 0 | 4B | 1E | 1 | 144 | 61 | 3E |
| Octal | 374 | 77 | 261 | 0 | 113 | 36 | 1 | 504 | 141 | 76 |
| Binary | 11111100 | 111111 | 10110001 | 0 | 1001011 | 11110 | 1 | 101000100 | 1100001 | 111110 |
Color Harmonies of #FC3FB1
Complementary color
Monochromatic Colors of #FC3FB1
Black with #FC3FB1
Text Example
Text Example
White with #FC3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3FB1; }
p { color: rgb(252,63,177); }
H1.HeaderClassName
{
color: #FC3FB1;
}
.AnyTagClassName
{
color: #FC3FB1;
}
</style>
background-color css
<style>
a { background-color: #FC3FB1; }
a { background-color: rgb(252,63,177); }
div.DivClassName
{
background-color: #FC3FB1;
}
.BgClassName
{
background-color: #FC3FB1;
}
</style>
border-color css
<style>
span { border-color: #FC3FB1; }
span { border-color: rgb(252,63,177); }
td.TdClassName
{
border-color: #FC3FB1;
}
.TagClassName
{
border-color: #FC3FB1;
}
</style>