Shades of Razzle Dazzle Rose #F524DF
Tints of Razzle Dazzle Rose #F524DF
RGB
CMYK
RGB Variations
Color information
#F524DF (or 0xF524DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 24 and DF. RGB value is (245,36,223). Sum of RGB (Red+Green+Blue) = 245+36+223=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F524DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524DF is #0ADB20. Grayscale: #777777. Windows color (decimal): -711457 or 14623989. OLE color: 14623989.
HSL color Cylindrical-coordinate representation of color #F524DF: hue angle of 306.32º 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 #F524DF is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.04 |
| HSL | 306.32º | 0.91% | 0.55% | - |
| HSV(B) | 306.32º | 0.85% | 0.96% | - |
| XYZ | 51.61 | 26 | 72.11 | - |
| YUV | 119.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 223 | 0 | 0.85 | 0.09 | 0.04 | 306.32 | 0.91 | 0.55 |
| Hex | F5 | 24 | DF | 0 | 55 | 9 | 4 | 132 | 5B | 37 |
| Octal | 365 | 44 | 337 | 0 | 125 | 11 | 4 | 462 | 133 | 67 |
| Binary | 11110101 | 100100 | 11011111 | 0 | 1010101 | 1001 | 100 | 100110010 | 1011011 | 110111 |
Color Harmonies of #F524DF
Complementary color
Monochromatic Colors of #F524DF
Black with #F524DF
Text Example
Text Example
White with #F524DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524DF; }
p { color: rgb(245,36,223); }
H1.HeaderClassName
{
color: #F524DF;
}
.AnyTagClassName
{
color: #F524DF;
}
</style>
background-color css
<style>
a { background-color: #F524DF; }
a { background-color: rgb(245,36,223); }
div.DivClassName
{
background-color: #F524DF;
}
.BgClassName
{
background-color: #F524DF;
}
</style>
border-color css
<style>
span { border-color: #F524DF; }
span { border-color: rgb(245,36,223); }
td.TdClassName
{
border-color: #F524DF;
}
.TagClassName
{
border-color: #F524DF;
}
</style>