Shades of Razzle Dazzle Rose #F52ADE
Tints of Razzle Dazzle Rose #F52ADE
RGB
CMYK
RGB Variations
Color information
#F52ADE (or 0xF52ADE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2A and DE. RGB value is (245,42,222). Sum of RGB (Red+Green+Blue) = 245+42+222=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ADE is #0AD521. Grayscale: #7A7A7A. Windows color (decimal): -709922 or 14559989. OLE color: 14559989.
HSL color Cylindrical-coordinate representation of color #F52ADE: hue angle of 306.8º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52ADE is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 222 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.04 |
| HSL | 306.8º | 0.91% | 0.56% | - |
| HSV(B) | 306.8º | 0.83% | 0.96% | - |
| XYZ | 51.67 | 26.34 | 71.47 | - |
| YUV | 123.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 222 | 0 | 0.83 | 0.09 | 0.04 | 306.8 | 0.91 | 0.56 |
| Hex | F5 | 2A | DE | 0 | 53 | 9 | 4 | 133 | 5B | 38 |
| Octal | 365 | 52 | 336 | 0 | 123 | 11 | 4 | 463 | 133 | 70 |
| Binary | 11110101 | 101010 | 11011110 | 0 | 1010011 | 1001 | 100 | 100110011 | 1011011 | 111000 |
Color Harmonies of #F52ADE
Complementary color
Monochromatic Colors of #F52ADE
Black with #F52ADE
Text Example
Text Example
White with #F52ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52ADE; }
p { color: rgb(245,42,222); }
H1.HeaderClassName
{
color: #F52ADE;
}
.AnyTagClassName
{
color: #F52ADE;
}
</style>
background-color css
<style>
a { background-color: #F52ADE; }
a { background-color: rgb(245,42,222); }
div.DivClassName
{
background-color: #F52ADE;
}
.BgClassName
{
background-color: #F52ADE;
}
</style>
border-color css
<style>
span { border-color: #F52ADE; }
span { border-color: rgb(245,42,222); }
td.TdClassName
{
border-color: #F52ADE;
}
.TagClassName
{
border-color: #F52ADE;
}
</style>