Shades of Razzle Dazzle Rose #F524D8
Tints of Razzle Dazzle Rose #F524D8
RGB
CMYK
RGB Variations
Color information
#F524D8 (or 0xF524D8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 24 and D8. RGB value is (245,36,216). Sum of RGB (Red+Green+Blue) = 245+36+216=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F524D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524D8 is #0ADB27. Grayscale: #767676. Windows color (decimal): -711464 or 14165237. OLE color: 14165237.
HSL color Cylindrical-coordinate representation of color #F524D8: hue angle of 308.33º 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 #F524D8 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 216 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.04 |
| HSL | 308.33º | 0.91% | 0.55% | - |
| HSV(B) | 308.33º | 0.85% | 0.96% | - |
| XYZ | 50.68 | 25.63 | 67.24 | - |
| YUV | 119.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 216 | 0 | 0.85 | 0.12 | 0.04 | 308.33 | 0.91 | 0.55 |
| Hex | F5 | 24 | D8 | 0 | 55 | C | 4 | 134 | 5B | 37 |
| Octal | 365 | 44 | 330 | 0 | 125 | 14 | 4 | 464 | 133 | 67 |
| Binary | 11110101 | 100100 | 11011000 | 0 | 1010101 | 1100 | 100 | 100110100 | 1011011 | 110111 |
Color Harmonies of #F524D8
Complementary color
Monochromatic Colors of #F524D8
Black with #F524D8
Text Example
Text Example
White with #F524D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524D8; }
p { color: rgb(245,36,216); }
H1.HeaderClassName
{
color: #F524D8;
}
.AnyTagClassName
{
color: #F524D8;
}
</style>
background-color css
<style>
a { background-color: #F524D8; }
a { background-color: rgb(245,36,216); }
div.DivClassName
{
background-color: #F524D8;
}
.BgClassName
{
background-color: #F524D8;
}
</style>
border-color css
<style>
span { border-color: #F524D8; }
span { border-color: rgb(245,36,216); }
td.TdClassName
{
border-color: #F524D8;
}
.TagClassName
{
border-color: #F524D8;
}
</style>