Shades of Razzle Dazzle Rose #F52DB9
Tints of Razzle Dazzle Rose #F52DB9
RGB
CMYK
RGB Variations
Color information
#F52DB9 (or 0xF52DB9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and B9. RGB value is (245,45,185). Sum of RGB (Red+Green+Blue) = 245+45+185=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DB9 is #0AD246. Grayscale: #787878. Windows color (decimal): -709191 or 12135925. OLE color: 12135925.
HSL color Cylindrical-coordinate representation of color #F52DB9: hue angle of 318º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52DB9 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 185 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.04 |
| HSL | 318º | 0.91% | 0.57% | - |
| HSV(B) | 318º | 0.82% | 0.96% | - |
| XYZ | 47.35 | 24.79 | 48.19 | - |
| YUV | 120.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 185 | 0 | 0.82 | 0.24 | 0.04 | 318 | 0.91 | 0.57 |
| Hex | F5 | 2D | B9 | 0 | 52 | 18 | 4 | 13E | 5B | 39 |
| Octal | 365 | 55 | 271 | 0 | 122 | 30 | 4 | 476 | 133 | 71 |
| Binary | 11110101 | 101101 | 10111001 | 0 | 1010010 | 11000 | 100 | 100111110 | 1011011 | 111001 |
Color Harmonies of #F52DB9
Complementary color
Monochromatic Colors of #F52DB9
Black with #F52DB9
Text Example
Text Example
White with #F52DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DB9; }
p { color: rgb(245,45,185); }
H1.HeaderClassName
{
color: #F52DB9;
}
.AnyTagClassName
{
color: #F52DB9;
}
</style>
background-color css
<style>
a { background-color: #F52DB9; }
a { background-color: rgb(245,45,185); }
div.DivClassName
{
background-color: #F52DB9;
}
.BgClassName
{
background-color: #F52DB9;
}
</style>
border-color css
<style>
span { border-color: #F52DB9; }
span { border-color: rgb(245,45,185); }
td.TdClassName
{
border-color: #F52DB9;
}
.TagClassName
{
border-color: #F52DB9;
}
</style>