Shades of Razzle Dazzle Rose #F52DD2
Tints of Razzle Dazzle Rose #F52DD2
RGB
CMYK
RGB Variations
Color information
#F52DD2 (or 0xF52DD2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and D2. RGB value is (245,45,210). Sum of RGB (Red+Green+Blue) = 245+45+210=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DD2 is #0AD22D. Grayscale: #7B7B7B. Windows color (decimal): -709166 or 13774325. OLE color: 13774325.
HSL color Cylindrical-coordinate representation of color #F52DD2: hue angle of 310.5º 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 #F52DD2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 210 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.04 |
| HSL | 310.5º | 0.91% | 0.57% | - |
| HSV(B) | 310.5º | 0.82% | 0.96% | - |
| XYZ | 50.23 | 25.94 | 63.33 | - |
| YUV | 123.61 | 176.76 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 210 | 0 | 0.82 | 0.14 | 0.04 | 310.5 | 0.91 | 0.57 |
| Hex | F5 | 2D | D2 | 0 | 52 | E | 4 | 136 | 5B | 39 |
| Octal | 365 | 55 | 322 | 0 | 122 | 16 | 4 | 466 | 133 | 71 |
| Binary | 11110101 | 101101 | 11010010 | 0 | 1010010 | 1110 | 100 | 100110110 | 1011011 | 111001 |
Color Harmonies of #F52DD2
Complementary color
Monochromatic Colors of #F52DD2
Black with #F52DD2
Text Example
Text Example
White with #F52DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DD2; }
p { color: rgb(245,45,210); }
H1.HeaderClassName
{
color: #F52DD2;
}
.AnyTagClassName
{
color: #F52DD2;
}
</style>
background-color css
<style>
a { background-color: #F52DD2; }
a { background-color: rgb(245,45,210); }
div.DivClassName
{
background-color: #F52DD2;
}
.BgClassName
{
background-color: #F52DD2;
}
</style>
border-color css
<style>
span { border-color: #F52DD2; }
span { border-color: rgb(245,45,210); }
td.TdClassName
{
border-color: #F52DD2;
}
.TagClassName
{
border-color: #F52DD2;
}
</style>