Shades of Razzle Dazzle Rose #F52EDF
Tints of Razzle Dazzle Rose #F52EDF
RGB
CMYK
RGB Variations
Color information
#F52EDF (or 0xF52EDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and DF. RGB value is (245,46,223). Sum of RGB (Red+Green+Blue) = 245+46+223=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52EDF is #0AD120. Grayscale: #7D7D7D. Windows color (decimal): -708897 or 14626549. OLE color: 14626549.
HSL color Cylindrical-coordinate representation of color #F52EDF: hue angle of 306.63º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52EDF is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 223 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.04 |
| HSL | 306.63º | 0.91% | 0.57% | - |
| HSV(B) | 306.63º | 0.81% | 0.96% | - |
| XYZ | 51.95 | 26.69 | 72.23 | - |
| YUV | 125.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 223 | 0 | 0.81 | 0.09 | 0.04 | 306.63 | 0.91 | 0.57 |
| Hex | F5 | 2E | DF | 0 | 51 | 9 | 4 | 133 | 5B | 39 |
| Octal | 365 | 56 | 337 | 0 | 121 | 11 | 4 | 463 | 133 | 71 |
| Binary | 11110101 | 101110 | 11011111 | 0 | 1010001 | 1001 | 100 | 100110011 | 1011011 | 111001 |
Color Harmonies of #F52EDF
Complementary color
Monochromatic Colors of #F52EDF
Black with #F52EDF
Text Example
Text Example
White with #F52EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EDF; }
p { color: rgb(245,46,223); }
H1.HeaderClassName
{
color: #F52EDF;
}
.AnyTagClassName
{
color: #F52EDF;
}
</style>
background-color css
<style>
a { background-color: #F52EDF; }
a { background-color: rgb(245,46,223); }
div.DivClassName
{
background-color: #F52EDF;
}
.BgClassName
{
background-color: #F52EDF;
}
</style>
border-color css
<style>
span { border-color: #F52EDF; }
span { border-color: rgb(245,46,223); }
td.TdClassName
{
border-color: #F52EDF;
}
.TagClassName
{
border-color: #F52EDF;
}
</style>