Shades of Razzle Dazzle Rose #F52DCC
Tints of Razzle Dazzle Rose #F52DCC
RGB
CMYK
RGB Variations
Color information
#F52DCC (or 0xF52DCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and CC. RGB value is (245,45,204). Sum of RGB (Red+Green+Blue) = 245+45+204=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DCC is #0AD233. Grayscale: #7A7A7A. Windows color (decimal): -709172 or 13381109. OLE color: 13381109.
HSL color Cylindrical-coordinate representation of color #F52DCC: hue angle of 312.3º 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 #F52DCC is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 204 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.04 |
| HSL | 312.3º | 0.91% | 0.57% | - |
| HSV(B) | 312.3º | 0.82% | 0.96% | - |
| XYZ | 49.49 | 25.65 | 59.47 | - |
| YUV | 122.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 204 | 0 | 0.82 | 0.17 | 0.04 | 312.3 | 0.91 | 0.57 |
| Hex | F5 | 2D | CC | 0 | 52 | 11 | 4 | 138 | 5B | 39 |
| Octal | 365 | 55 | 314 | 0 | 122 | 21 | 4 | 470 | 133 | 71 |
| Binary | 11110101 | 101101 | 11001100 | 0 | 1010010 | 10001 | 100 | 100111000 | 1011011 | 111001 |
Color Harmonies of #F52DCC
Complementary color
Monochromatic Colors of #F52DCC
Black with #F52DCC
Text Example
Text Example
White with #F52DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DCC; }
p { color: rgb(245,45,204); }
H1.HeaderClassName
{
color: #F52DCC;
}
.AnyTagClassName
{
color: #F52DCC;
}
</style>
background-color css
<style>
a { background-color: #F52DCC; }
a { background-color: rgb(245,45,204); }
div.DivClassName
{
background-color: #F52DCC;
}
.BgClassName
{
background-color: #F52DCC;
}
</style>
border-color css
<style>
span { border-color: #F52DCC; }
span { border-color: rgb(245,45,204); }
td.TdClassName
{
border-color: #F52DCC;
}
.TagClassName
{
border-color: #F52DCC;
}
</style>