Shades of Razzle Dazzle Rose #F52EDA
Tints of Razzle Dazzle Rose #F52EDA
RGB
CMYK
RGB Variations
Color information
#F52EDA (or 0xF52EDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and DA. RGB value is (245,46,218). Sum of RGB (Red+Green+Blue) = 245+46+218=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52EDA is #0AD125. Grayscale: #7C7C7C. Windows color (decimal): -708902 or 14298869. OLE color: 14298869.
HSL color Cylindrical-coordinate representation of color #F52EDA: hue angle of 308.14º 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 #F52EDA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 218 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.04 |
| HSL | 308.14º | 0.91% | 0.57% | - |
| HSV(B) | 308.14º | 0.81% | 0.96% | - |
| XYZ | 51.29 | 26.43 | 68.73 | - |
| YUV | 125.11 | 180.43 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 218 | 0 | 0.81 | 0.11 | 0.04 | 308.14 | 0.91 | 0.57 |
| Hex | F5 | 2E | DA | 0 | 51 | B | 4 | 134 | 5B | 39 |
| Octal | 365 | 56 | 332 | 0 | 121 | 13 | 4 | 464 | 133 | 71 |
| Binary | 11110101 | 101110 | 11011010 | 0 | 1010001 | 1011 | 100 | 100110100 | 1011011 | 111001 |
Color Harmonies of #F52EDA
Complementary color
Monochromatic Colors of #F52EDA
Black with #F52EDA
Text Example
Text Example
White with #F52EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EDA; }
p { color: rgb(245,46,218); }
H1.HeaderClassName
{
color: #F52EDA;
}
.AnyTagClassName
{
color: #F52EDA;
}
</style>
background-color css
<style>
a { background-color: #F52EDA; }
a { background-color: rgb(245,46,218); }
div.DivClassName
{
background-color: #F52EDA;
}
.BgClassName
{
background-color: #F52EDA;
}
</style>
border-color css
<style>
span { border-color: #F52EDA; }
span { border-color: rgb(245,46,218); }
td.TdClassName
{
border-color: #F52EDA;
}
.TagClassName
{
border-color: #F52EDA;
}
</style>