Shades of Razzle Dazzle Rose #F52DDA
Tints of Razzle Dazzle Rose #F52DDA
RGB
CMYK
RGB Variations
Color information
#F52DDA (or 0xF52DDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and DA. RGB value is (245,45,218). Sum of RGB (Red+Green+Blue) = 245+45+218=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DDA is #0AD225. Grayscale: #7C7C7C. Windows color (decimal): -709158 or 14298613. OLE color: 14298613.
HSL color Cylindrical-coordinate representation of color #F52DDA: hue angle of 308.1º 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 #F52DDA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 218 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.04 |
| HSL | 308.1º | 0.91% | 0.57% | - |
| HSV(B) | 308.1º | 0.82% | 0.96% | - |
| XYZ | 51.25 | 26.35 | 68.71 | - |
| YUV | 124.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 218 | 0 | 0.82 | 0.11 | 0.04 | 308.1 | 0.91 | 0.57 |
| Hex | F5 | 2D | DA | 0 | 52 | B | 4 | 134 | 5B | 39 |
| Octal | 365 | 55 | 332 | 0 | 122 | 13 | 4 | 464 | 133 | 71 |
| Binary | 11110101 | 101101 | 11011010 | 0 | 1010010 | 1011 | 100 | 100110100 | 1011011 | 111001 |
Color Harmonies of #F52DDA
Complementary color
Monochromatic Colors of #F52DDA
Black with #F52DDA
Text Example
Text Example
White with #F52DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DDA; }
p { color: rgb(245,45,218); }
H1.HeaderClassName
{
color: #F52DDA;
}
.AnyTagClassName
{
color: #F52DDA;
}
</style>
background-color css
<style>
a { background-color: #F52DDA; }
a { background-color: rgb(245,45,218); }
div.DivClassName
{
background-color: #F52DDA;
}
.BgClassName
{
background-color: #F52DDA;
}
</style>
border-color css
<style>
span { border-color: #F52DDA; }
span { border-color: rgb(245,45,218); }
td.TdClassName
{
border-color: #F52DDA;
}
.TagClassName
{
border-color: #F52DDA;
}
</style>