Shades of Razzle Dazzle Rose #FC37E0
Tints of Razzle Dazzle Rose #FC37E0
RGB
CMYK
RGB Variations
Color information
#FC37E0 (or 0xFC37E0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and E0. RGB value is (252,55,224). Sum of RGB (Red+Green+Blue) = 252+55+224=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 55 (21.88% from 255 or 10.36% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37E0 is #03C81F. Grayscale: #848484. Windows color (decimal): -247840 or 14694396. OLE color: 14694396.
HSL color Cylindrical-coordinate representation of color #FC37E0: hue angle of 308.53º 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 #FC37E0 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 224 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.01 |
| HSL | 308.53º | 0.97% | 0.6% | - |
| HSV(B) | 308.53º | 0.78% | 0.99% | - |
| XYZ | 54.97 | 28.81 | 73.18 | - |
| YUV | 133.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 224 | 0 | 0.78 | 0.11 | 0.01 | 308.53 | 0.97 | 0.6 |
| Hex | FC | 37 | E0 | 0 | 4E | B | 1 | 135 | 61 | 3C |
| Octal | 374 | 67 | 340 | 0 | 116 | 13 | 1 | 465 | 141 | 74 |
| Binary | 11111100 | 110111 | 11100000 | 0 | 1001110 | 1011 | 1 | 100110101 | 1100001 | 111100 |
Color Harmonies of #FC37E0
Complementary color
Monochromatic Colors of #FC37E0
Black with #FC37E0
Text Example
Text Example
White with #FC37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37E0; }
p { color: rgb(252,55,224); }
H1.HeaderClassName
{
color: #FC37E0;
}
.AnyTagClassName
{
color: #FC37E0;
}
</style>
background-color css
<style>
a { background-color: #FC37E0; }
a { background-color: rgb(252,55,224); }
div.DivClassName
{
background-color: #FC37E0;
}
.BgClassName
{
background-color: #FC37E0;
}
</style>
border-color css
<style>
span { border-color: #FC37E0; }
span { border-color: rgb(252,55,224); }
td.TdClassName
{
border-color: #FC37E0;
}
.TagClassName
{
border-color: #FC37E0;
}
</style>