Shades of Persian Rose #FC3DB1
Tints of Persian Rose #FC3DB1
RGB
CMYK
RGB Variations
Color information
#FC3DB1 (or 0xFC3DB1) is known color: Persian Rose. HEX triplet: FC, 3D and B1. RGB value is (252,61,177). Sum of RGB (Red+Green+Blue) = 252+61+177=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3DB1 is #03C24E. Grayscale: #838383. Windows color (decimal): -246351 or 11615740. OLE color: 11615740.
HSL color Cylindrical-coordinate representation of color #FC3DB1: hue angle of 323.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 177 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.01 |
| HSL | 323.56º | 0.97% | 0.61% | - |
| HSV(B) | 323.56º | 0.76% | 0.99% | - |
| XYZ | 49.75 | 27.21 | 44.22 | - |
| YUV | 131.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 177 | 0 | 0.76 | 0.30 | 0.01 | 323.56 | 0.97 | 0.61 |
| Hex | FC | 3D | B1 | 0 | 4C | 1E | 1 | 144 | 61 | 3D |
| Octal | 374 | 75 | 261 | 0 | 114 | 36 | 1 | 504 | 141 | 75 |
| Binary | 11111100 | 111101 | 10110001 | 0 | 1001100 | 11110 | 1 | 101000100 | 1100001 | 111101 |
Color Harmonies of #FC3DB1
Complementary color
Monochromatic Colors of #FC3DB1
Black with #FC3DB1
Text Example
Text Example
White with #FC3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DB1; }
p { color: rgb(252,61,177); }
H1.HeaderClassName
{
color: #FC3DB1;
}
.AnyTagClassName
{
color: #FC3DB1;
}
</style>
background-color css
<style>
a { background-color: #FC3DB1; }
a { background-color: rgb(252,61,177); }
div.DivClassName
{
background-color: #FC3DB1;
}
.BgClassName
{
background-color: #FC3DB1;
}
</style>
border-color css
<style>
span { border-color: #FC3DB1; }
span { border-color: rgb(252,61,177); }
td.TdClassName
{
border-color: #FC3DB1;
}
.TagClassName
{
border-color: #FC3DB1;
}
</style>