Shades of Razzle Dazzle Rose #F539DF
Tints of Razzle Dazzle Rose #F539DF
RGB
CMYK
RGB Variations
Color information
#F539DF (or 0xF539DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and DF. RGB value is (245,57,223). Sum of RGB (Red+Green+Blue) = 245+57+223=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 57 (22.66% from 255 or 10.86% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F539DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539DF is #0AC620. Grayscale: #838383. Windows color (decimal): -706081 or 14629365. OLE color: 14629365.
HSL color Cylindrical-coordinate representation of color #F539DF: hue angle of 307.02º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539DF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 223 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.04 |
| HSL | 307.02º | 0.9% | 0.59% | - |
| HSV(B) | 307.02º | 0.77% | 0.96% | - |
| XYZ | 52.44 | 27.67 | 72.39 | - |
| YUV | 132.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 223 | 0 | 0.77 | 0.09 | 0.04 | 307.02 | 0.9 | 0.59 |
| Hex | F5 | 39 | DF | 0 | 4D | 9 | 4 | 133 | 5A | 3B |
| Octal | 365 | 71 | 337 | 0 | 115 | 11 | 4 | 463 | 132 | 73 |
| Binary | 11110101 | 111001 | 11011111 | 0 | 1001101 | 1001 | 100 | 100110011 | 1011010 | 111011 |
Color Harmonies of #F539DF
Complementary color
Monochromatic Colors of #F539DF
Black with #F539DF
Text Example
Text Example
White with #F539DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F539DF; }
p { color: rgb(245,57,223); }
H1.HeaderClassName
{
color: #F539DF;
}
.AnyTagClassName
{
color: #F539DF;
}
</style>
background-color css
<style>
a { background-color: #F539DF; }
a { background-color: rgb(245,57,223); }
div.DivClassName
{
background-color: #F539DF;
}
.BgClassName
{
background-color: #F539DF;
}
</style>
border-color css
<style>
span { border-color: #F539DF; }
span { border-color: rgb(245,57,223); }
td.TdClassName
{
border-color: #F539DF;
}
.TagClassName
{
border-color: #F539DF;
}
</style>