Shades of Razzle Dazzle Rose #FC37D1
Tints of Razzle Dazzle Rose #FC37D1
RGB
CMYK
RGB Variations
Color information
#FC37D1 (or 0xFC37D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and D1. RGB value is (252,55,209). Sum of RGB (Red+Green+Blue) = 252+55+209=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37D1 is #03C82E. Grayscale: #838383. Windows color (decimal): -247855 or 13711356. OLE color: 13711356.
HSL color Cylindrical-coordinate representation of color #FC37D1: hue angle of 313.1º 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 #FC37D1 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 209 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.01 |
| HSL | 313.1º | 0.97% | 0.6% | - |
| HSV(B) | 313.1º | 0.78% | 0.99% | - |
| XYZ | 53.02 | 28.03 | 62.94 | - |
| YUV | 131.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 209 | 0 | 0.78 | 0.17 | 0.01 | 313.1 | 0.97 | 0.6 |
| Hex | FC | 37 | D1 | 0 | 4E | 11 | 1 | 139 | 61 | 3C |
| Octal | 374 | 67 | 321 | 0 | 116 | 21 | 1 | 471 | 141 | 74 |
| Binary | 11111100 | 110111 | 11010001 | 0 | 1001110 | 10001 | 1 | 100111001 | 1100001 | 111100 |
Color Harmonies of #FC37D1
Complementary color
Monochromatic Colors of #FC37D1
Black with #FC37D1
Text Example
Text Example
White with #FC37D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37D1; }
p { color: rgb(252,55,209); }
H1.HeaderClassName
{
color: #FC37D1;
}
.AnyTagClassName
{
color: #FC37D1;
}
</style>
background-color css
<style>
a { background-color: #FC37D1; }
a { background-color: rgb(252,55,209); }
div.DivClassName
{
background-color: #FC37D1;
}
.BgClassName
{
background-color: #FC37D1;
}
</style>
border-color css
<style>
span { border-color: #FC37D1; }
span { border-color: rgb(252,55,209); }
td.TdClassName
{
border-color: #FC37D1;
}
.TagClassName
{
border-color: #FC37D1;
}
</style>