Shades of Razzle Dazzle Rose #FC37C0
Tints of Razzle Dazzle Rose #FC37C0
RGB
CMYK
RGB Variations
Color information
#FC37C0 (or 0xFC37C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and C0. RGB value is (252,55,192). Sum of RGB (Red+Green+Blue) = 252+55+192=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37C0 is #03C83F. Grayscale: #818181. Windows color (decimal): -247872 or 12597244. OLE color: 12597244.
HSL color Cylindrical-coordinate representation of color #FC37C0: hue angle of 318.27º 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 #FC37C0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 192 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.01 |
| HSL | 318.27º | 0.97% | 0.6% | - |
| HSV(B) | 318.27º | 0.78% | 0.99% | - |
| XYZ | 51.03 | 27.23 | 52.44 | - |
| YUV | 129.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 192 | 0 | 0.78 | 0.24 | 0.01 | 318.27 | 0.97 | 0.6 |
| Hex | FC | 37 | C0 | 0 | 4E | 18 | 1 | 13E | 61 | 3C |
| Octal | 374 | 67 | 300 | 0 | 116 | 30 | 1 | 476 | 141 | 74 |
| Binary | 11111100 | 110111 | 11000000 | 0 | 1001110 | 11000 | 1 | 100111110 | 1100001 | 111100 |
Color Harmonies of #FC37C0
Complementary color
Monochromatic Colors of #FC37C0
Black with #FC37C0
Text Example
Text Example
White with #FC37C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37C0; }
p { color: rgb(252,55,192); }
H1.HeaderClassName
{
color: #FC37C0;
}
.AnyTagClassName
{
color: #FC37C0;
}
</style>
background-color css
<style>
a { background-color: #FC37C0; }
a { background-color: rgb(252,55,192); }
div.DivClassName
{
background-color: #FC37C0;
}
.BgClassName
{
background-color: #FC37C0;
}
</style>
border-color css
<style>
span { border-color: #FC37C0; }
span { border-color: rgb(252,55,192); }
td.TdClassName
{
border-color: #FC37C0;
}
.TagClassName
{
border-color: #FC37C0;
}
</style>