Shades of Razzle Dazzle Rose #F524DD
Tints of Razzle Dazzle Rose #F524DD
RGB
CMYK
RGB Variations
Color information
#F524DD (or 0xF524DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 24 and DD. RGB value is (245,36,221). Sum of RGB (Red+Green+Blue) = 245+36+221=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F524DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524DD is #0ADB22. Grayscale: #777777. Windows color (decimal): -711459 or 14492917. OLE color: 14492917.
HSL color Cylindrical-coordinate representation of color #F524DD: hue angle of 306.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F524DD is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 221 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.04 |
| HSL | 306.89º | 0.91% | 0.55% | - |
| HSV(B) | 306.89º | 0.85% | 0.96% | - |
| XYZ | 51.34 | 25.89 | 70.7 | - |
| YUV | 119.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 221 | 0 | 0.85 | 0.10 | 0.04 | 306.89 | 0.91 | 0.55 |
| Hex | F5 | 24 | DD | 0 | 55 | A | 4 | 133 | 5B | 37 |
| Octal | 365 | 44 | 335 | 0 | 125 | 12 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100100 | 11011101 | 0 | 1010101 | 1010 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F524DD
Complementary color
Monochromatic Colors of #F524DD
Black with #F524DD
Text Example
Text Example
White with #F524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524DD; }
p { color: rgb(245,36,221); }
H1.HeaderClassName
{
color: #F524DD;
}
.AnyTagClassName
{
color: #F524DD;
}
</style>
background-color css
<style>
a { background-color: #F524DD; }
a { background-color: rgb(245,36,221); }
div.DivClassName
{
background-color: #F524DD;
}
.BgClassName
{
background-color: #F524DD;
}
</style>
border-color css
<style>
span { border-color: #F524DD; }
span { border-color: rgb(245,36,221); }
td.TdClassName
{
border-color: #F524DD;
}
.TagClassName
{
border-color: #F524DD;
}
</style>