Shades of Razzle Dazzle Rose #F537DC
Tints of Razzle Dazzle Rose #F537DC
RGB
CMYK
RGB Variations
Color information
#F537DC (or 0xF537DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and DC. RGB value is (245,55,220). Sum of RGB (Red+Green+Blue) = 245+55+220=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F537DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537DC is #0AC823. Grayscale: #828282. Windows color (decimal): -706596 or 14432245. OLE color: 14432245.
HSL color Cylindrical-coordinate representation of color #F537DC: hue angle of 307.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537DC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 220 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.04 |
| HSL | 307.89º | 0.9% | 0.59% | - |
| HSV(B) | 307.89º | 0.78% | 0.96% | - |
| XYZ | 51.94 | 27.31 | 70.24 | - |
| YUV | 130.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 220 | 0 | 0.78 | 0.10 | 0.04 | 307.89 | 0.9 | 0.59 |
| Hex | F5 | 37 | DC | 0 | 4E | A | 4 | 134 | 5A | 3B |
| Octal | 365 | 67 | 334 | 0 | 116 | 12 | 4 | 464 | 132 | 73 |
| Binary | 11110101 | 110111 | 11011100 | 0 | 1001110 | 1010 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F537DC
Complementary color
Monochromatic Colors of #F537DC
Black with #F537DC
Text Example
Text Example
White with #F537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537DC; }
p { color: rgb(245,55,220); }
H1.HeaderClassName
{
color: #F537DC;
}
.AnyTagClassName
{
color: #F537DC;
}
</style>
background-color css
<style>
a { background-color: #F537DC; }
a { background-color: rgb(245,55,220); }
div.DivClassName
{
background-color: #F537DC;
}
.BgClassName
{
background-color: #F537DC;
}
</style>
border-color css
<style>
span { border-color: #F537DC; }
span { border-color: rgb(245,55,220); }
td.TdClassName
{
border-color: #F537DC;
}
.TagClassName
{
border-color: #F537DC;
}
</style>