Shades of Razzle Dazzle Rose #F425EC
Tints of Razzle Dazzle Rose #F425EC
RGB
CMYK
RGB Variations
Color information
#F425EC (or 0xF425EC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and EC. RGB value is (244,37,236). Sum of RGB (Red+Green+Blue) = 244+37+236=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F425EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425EC is #0BDA13. Grayscale: #787878. Windows color (decimal): -776724 or 15476212. OLE color: 15476212.
HSL color Cylindrical-coordinate representation of color #F425EC: hue angle of 302.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425EC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 236 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.04 |
| HSL | 302.32º | 0.9% | 0.55% | - |
| HSV(B) | 302.32º | 0.85% | 0.96% | - |
| XYZ | 53.11 | 26.61 | 81.69 | - |
| YUV | 121.58 | 192.58 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 236 | 0 | 0.85 | 0.03 | 0.04 | 302.32 | 0.9 | 0.55 |
| Hex | F4 | 25 | EC | 0 | 55 | 3 | 4 | 12E | 5A | 37 |
| Octal | 364 | 45 | 354 | 0 | 125 | 3 | 4 | 456 | 132 | 67 |
| Binary | 11110100 | 100101 | 11101100 | 0 | 1010101 | 11 | 100 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F425EC
Complementary color
Monochromatic Colors of #F425EC
Black with #F425EC
Text Example
Text Example
White with #F425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425EC; }
p { color: rgb(244,37,236); }
H1.HeaderClassName
{
color: #F425EC;
}
.AnyTagClassName
{
color: #F425EC;
}
</style>
background-color css
<style>
a { background-color: #F425EC; }
a { background-color: rgb(244,37,236); }
div.DivClassName
{
background-color: #F425EC;
}
.BgClassName
{
background-color: #F425EC;
}
</style>
border-color css
<style>
span { border-color: #F425EC; }
span { border-color: rgb(244,37,236); }
td.TdClassName
{
border-color: #F425EC;
}
.TagClassName
{
border-color: #F425EC;
}
</style>