Shades of Razzle Dazzle Rose #F537E5
Tints of Razzle Dazzle Rose #F537E5
RGB
CMYK
RGB Variations
Color information
#F537E5 (or 0xF537E5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and E5. RGB value is (245,55,229). Sum of RGB (Red+Green+Blue) = 245+55+229=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 55 (21.88% from 255 or 10.40% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F537E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537E5 is #0AC81A. Grayscale: #838383. Windows color (decimal): -706587 or 15022069. OLE color: 15022069.
HSL color Cylindrical-coordinate representation of color #F537E5: hue angle of 305.05º 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 #F537E5 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 229 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.04 |
| HSL | 305.05º | 0.9% | 0.59% | - |
| HSV(B) | 305.05º | 0.78% | 0.96% | - |
| XYZ | 53.17 | 27.8 | 76.69 | - |
| YUV | 131.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 229 | 0 | 0.78 | 0.07 | 0.04 | 305.05 | 0.9 | 0.59 |
| Hex | F5 | 37 | E5 | 0 | 4E | 7 | 4 | 131 | 5A | 3B |
| Octal | 365 | 67 | 345 | 0 | 116 | 7 | 4 | 461 | 132 | 73 |
| Binary | 11110101 | 110111 | 11100101 | 0 | 1001110 | 111 | 100 | 100110001 | 1011010 | 111011 |
Color Harmonies of #F537E5
Complementary color
Monochromatic Colors of #F537E5
Black with #F537E5
Text Example
Text Example
White with #F537E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537E5; }
p { color: rgb(245,55,229); }
H1.HeaderClassName
{
color: #F537E5;
}
.AnyTagClassName
{
color: #F537E5;
}
</style>
background-color css
<style>
a { background-color: #F537E5; }
a { background-color: rgb(245,55,229); }
div.DivClassName
{
background-color: #F537E5;
}
.BgClassName
{
background-color: #F537E5;
}
</style>
border-color css
<style>
span { border-color: #F537E5; }
span { border-color: rgb(245,55,229); }
td.TdClassName
{
border-color: #F537E5;
}
.TagClassName
{
border-color: #F537E5;
}
</style>