Shades of Razzle Dazzle Rose #FC37CF
Tints of Razzle Dazzle Rose #FC37CF
RGB
CMYK
RGB Variations
Color information
#FC37CF (or 0xFC37CF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and CF. RGB value is (252,55,207). Sum of RGB (Red+Green+Blue) = 252+55+207=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37CF is #03C830. Grayscale: #828282. Windows color (decimal): -247857 or 13580284. OLE color: 13580284.
HSL color Cylindrical-coordinate representation of color #FC37CF: hue angle of 313.71º 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 #FC37CF is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 207 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.01 |
| HSL | 313.71º | 0.97% | 0.6% | - |
| HSV(B) | 313.71º | 0.78% | 0.99% | - |
| XYZ | 52.77 | 27.93 | 61.64 | - |
| YUV | 131.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 207 | 0 | 0.78 | 0.18 | 0.01 | 313.71 | 0.97 | 0.6 |
| Hex | FC | 37 | CF | 0 | 4E | 12 | 1 | 13A | 61 | 3C |
| Octal | 374 | 67 | 317 | 0 | 116 | 22 | 1 | 472 | 141 | 74 |
| Binary | 11111100 | 110111 | 11001111 | 0 | 1001110 | 10010 | 1 | 100111010 | 1100001 | 111100 |
Color Harmonies of #FC37CF
Complementary color
Monochromatic Colors of #FC37CF
Black with #FC37CF
Text Example
Text Example
White with #FC37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37CF; }
p { color: rgb(252,55,207); }
H1.HeaderClassName
{
color: #FC37CF;
}
.AnyTagClassName
{
color: #FC37CF;
}
</style>
background-color css
<style>
a { background-color: #FC37CF; }
a { background-color: rgb(252,55,207); }
div.DivClassName
{
background-color: #FC37CF;
}
.BgClassName
{
background-color: #FC37CF;
}
</style>
border-color css
<style>
span { border-color: #FC37CF; }
span { border-color: rgb(252,55,207); }
td.TdClassName
{
border-color: #FC37CF;
}
.TagClassName
{
border-color: #FC37CF;
}
</style>