Shades of Razzle Dazzle Rose #F53EE0
Tints of Razzle Dazzle Rose #F53EE0
RGB
CMYK
RGB Variations
Color information
#F53EE0 (or 0xF53EE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and E0. RGB value is (245,62,224). Sum of RGB (Red+Green+Blue) = 245+62+224=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 62 (24.61% from 255 or 11.68% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EE0 is #0AC11F. Grayscale: #868686. Windows color (decimal): -704800 or 14696181. OLE color: 14696181.
HSL color Cylindrical-coordinate representation of color #F53EE0: hue angle of 306.89º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EE0 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 224 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.04 |
| HSL | 306.89º | 0.9% | 0.6% | - |
| HSV(B) | 306.89º | 0.75% | 0.96% | - |
| XYZ | 52.83 | 28.24 | 73.19 | - |
| YUV | 135.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 224 | 0 | 0.75 | 0.09 | 0.04 | 306.89 | 0.9 | 0.6 |
| Hex | F5 | 3E | E0 | 0 | 4B | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 76 | 340 | 0 | 113 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111110 | 11100000 | 0 | 1001011 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53EE0
Complementary color
Monochromatic Colors of #F53EE0
Black with #F53EE0
Text Example
Text Example
White with #F53EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EE0; }
p { color: rgb(245,62,224); }
H1.HeaderClassName
{
color: #F53EE0;
}
.AnyTagClassName
{
color: #F53EE0;
}
</style>
background-color css
<style>
a { background-color: #F53EE0; }
a { background-color: rgb(245,62,224); }
div.DivClassName
{
background-color: #F53EE0;
}
.BgClassName
{
background-color: #F53EE0;
}
</style>
border-color css
<style>
span { border-color: #F53EE0; }
span { border-color: rgb(245,62,224); }
td.TdClassName
{
border-color: #F53EE0;
}
.TagClassName
{
border-color: #F53EE0;
}
</style>