Shades of Razzle Dazzle Rose #F537D0
Tints of Razzle Dazzle Rose #F537D0
RGB
CMYK
RGB Variations
Color information
#F537D0 (or 0xF537D0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and D0. RGB value is (245,55,208). Sum of RGB (Red+Green+Blue) = 245+55+208=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F537D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537D0 is #0AC82F. Grayscale: #808080. Windows color (decimal): -706608 or 13645813. OLE color: 13645813.
HSL color Cylindrical-coordinate representation of color #F537D0: hue angle of 311.68º 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 #F537D0 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 208 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.04 |
| HSL | 311.68º | 0.9% | 0.59% | - |
| HSV(B) | 311.68º | 0.78% | 0.96% | - |
| XYZ | 50.41 | 26.7 | 62.17 | - |
| YUV | 129.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 208 | 0 | 0.78 | 0.15 | 0.04 | 311.68 | 0.9 | 0.59 |
| Hex | F5 | 37 | D0 | 0 | 4E | F | 4 | 138 | 5A | 3B |
| Octal | 365 | 67 | 320 | 0 | 116 | 17 | 4 | 470 | 132 | 73 |
| Binary | 11110101 | 110111 | 11010000 | 0 | 1001110 | 1111 | 100 | 100111000 | 1011010 | 111011 |
Color Harmonies of #F537D0
Complementary color
Monochromatic Colors of #F537D0
Black with #F537D0
Text Example
Text Example
White with #F537D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537D0; }
p { color: rgb(245,55,208); }
H1.HeaderClassName
{
color: #F537D0;
}
.AnyTagClassName
{
color: #F537D0;
}
</style>
background-color css
<style>
a { background-color: #F537D0; }
a { background-color: rgb(245,55,208); }
div.DivClassName
{
background-color: #F537D0;
}
.BgClassName
{
background-color: #F537D0;
}
</style>
border-color css
<style>
span { border-color: #F537D0; }
span { border-color: rgb(245,55,208); }
td.TdClassName
{
border-color: #F537D0;
}
.TagClassName
{
border-color: #F537D0;
}
</style>