Shades of Persian Rose #FC37B5
Tints of Persian Rose #FC37B5
RGB
CMYK
RGB Variations
Color information
#FC37B5 (or 0xFC37B5) is known color: Persian Rose. HEX triplet: FC, 37 and B5. RGB value is (252,55,181). Sum of RGB (Red+Green+Blue) = 252+55+181=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37B5 is #03C84A. Grayscale: #7F7F7F. Windows color (decimal): -247883 or 11876348. OLE color: 11876348.
HSL color Cylindrical-coordinate representation of color #FC37B5: hue angle of 321.62º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC37B5 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 181 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.01 |
| HSL | 321.62º | 0.97% | 0.6% | - |
| HSV(B) | 321.62º | 0.78% | 0.99% | - |
| XYZ | 49.85 | 26.76 | 46.25 | - |
| YUV | 128.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 181 | 0 | 0.78 | 0.28 | 0.01 | 321.62 | 0.97 | 0.6 |
| Hex | FC | 37 | B5 | 0 | 4E | 1C | 1 | 142 | 61 | 3C |
| Octal | 374 | 67 | 265 | 0 | 116 | 34 | 1 | 502 | 141 | 74 |
| Binary | 11111100 | 110111 | 10110101 | 0 | 1001110 | 11100 | 1 | 101000010 | 1100001 | 111100 |
Color Harmonies of #FC37B5
Complementary color
Monochromatic Colors of #FC37B5
Black with #FC37B5
Text Example
Text Example
White with #FC37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37B5; }
p { color: rgb(252,55,181); }
H1.HeaderClassName
{
color: #FC37B5;
}
.AnyTagClassName
{
color: #FC37B5;
}
</style>
background-color css
<style>
a { background-color: #FC37B5; }
a { background-color: rgb(252,55,181); }
div.DivClassName
{
background-color: #FC37B5;
}
.BgClassName
{
background-color: #FC37B5;
}
</style>
border-color css
<style>
span { border-color: #FC37B5; }
span { border-color: rgb(252,55,181); }
td.TdClassName
{
border-color: #FC37B5;
}
.TagClassName
{
border-color: #FC37B5;
}
</style>