Shades of Razzle Dazzle Rose #F52DC9
Tints of Razzle Dazzle Rose #F52DC9
RGB
CMYK
RGB Variations
Color information
#F52DC9 (or 0xF52DC9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and C9. RGB value is (245,45,201). Sum of RGB (Red+Green+Blue) = 245+45+201=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DC9 is #0AD236. Grayscale: #7A7A7A. Windows color (decimal): -709175 or 13184501. OLE color: 13184501.
HSL color Cylindrical-coordinate representation of color #F52DC9: hue angle of 313.2º 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 #F52DC9 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 201 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.04 |
| HSL | 313.2º | 0.91% | 0.57% | - |
| HSV(B) | 313.2º | 0.82% | 0.96% | - |
| XYZ | 49.14 | 25.51 | 57.59 | - |
| YUV | 122.58 | 172.26 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 201 | 0 | 0.82 | 0.18 | 0.04 | 313.2 | 0.91 | 0.57 |
| Hex | F5 | 2D | C9 | 0 | 52 | 12 | 4 | 139 | 5B | 39 |
| Octal | 365 | 55 | 311 | 0 | 122 | 22 | 4 | 471 | 133 | 71 |
| Binary | 11110101 | 101101 | 11001001 | 0 | 1010010 | 10010 | 100 | 100111001 | 1011011 | 111001 |
Color Harmonies of #F52DC9
Complementary color
Monochromatic Colors of #F52DC9
Black with #F52DC9
Text Example
Text Example
White with #F52DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DC9; }
p { color: rgb(245,45,201); }
H1.HeaderClassName
{
color: #F52DC9;
}
.AnyTagClassName
{
color: #F52DC9;
}
</style>
background-color css
<style>
a { background-color: #F52DC9; }
a { background-color: rgb(245,45,201); }
div.DivClassName
{
background-color: #F52DC9;
}
.BgClassName
{
background-color: #F52DC9;
}
</style>
border-color css
<style>
span { border-color: #F52DC9; }
span { border-color: rgb(245,45,201); }
td.TdClassName
{
border-color: #F52DC9;
}
.TagClassName
{
border-color: #F52DC9;
}
</style>