Shades of Razzle Dazzle Rose #FC37E5
Tints of Razzle Dazzle Rose #FC37E5
RGB
CMYK
RGB Variations
Color information
#FC37E5 (or 0xFC37E5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 37 and E5. RGB value is (252,55,229). Sum of RGB (Red+Green+Blue) = 252+55+229=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC37E5 is #03C81A. Grayscale: #858585. Windows color (decimal): -247835 or 15022076. OLE color: 15022076.
HSL color Cylindrical-coordinate representation of color #FC37E5: hue angle of 307.01º 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 #FC37E5 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 229 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.01 |
| HSL | 307.01º | 0.97% | 0.6% | - |
| HSV(B) | 307.01º | 0.78% | 0.99% | - |
| XYZ | 55.65 | 29.08 | 76.81 | - |
| YUV | 133.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 229 | 0 | 0.78 | 0.09 | 0.01 | 307.01 | 0.97 | 0.6 |
| Hex | FC | 37 | E5 | 0 | 4E | 9 | 1 | 133 | 61 | 3C |
| Octal | 374 | 67 | 345 | 0 | 116 | 11 | 1 | 463 | 141 | 74 |
| Binary | 11111100 | 110111 | 11100101 | 0 | 1001110 | 1001 | 1 | 100110011 | 1100001 | 111100 |
Color Harmonies of #FC37E5
Complementary color
Monochromatic Colors of #FC37E5
Black with #FC37E5
Text Example
Text Example
White with #FC37E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC37E5; }
p { color: rgb(252,55,229); }
H1.HeaderClassName
{
color: #FC37E5;
}
.AnyTagClassName
{
color: #FC37E5;
}
</style>
background-color css
<style>
a { background-color: #FC37E5; }
a { background-color: rgb(252,55,229); }
div.DivClassName
{
background-color: #FC37E5;
}
.BgClassName
{
background-color: #FC37E5;
}
</style>
border-color css
<style>
span { border-color: #FC37E5; }
span { border-color: rgb(252,55,229); }
td.TdClassName
{
border-color: #FC37E5;
}
.TagClassName
{
border-color: #FC37E5;
}
</style>