Shades of Razzle Dazzle Rose #F425EA
Tints of Razzle Dazzle Rose #F425EA
RGB
CMYK
RGB Variations
Color information
#F425EA (or 0xF425EA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and EA. RGB value is (244,37,234). Sum of RGB (Red+Green+Blue) = 244+37+234=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F425EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425EA is #0BDA15. Grayscale: #787878. Windows color (decimal): -776726 or 15345140. OLE color: 15345140.
HSL color Cylindrical-coordinate representation of color #F425EA: hue angle of 302.9º 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 #F425EA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 234 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.04 |
| HSL | 302.9º | 0.9% | 0.55% | - |
| HSV(B) | 302.9º | 0.85% | 0.96% | - |
| XYZ | 52.82 | 26.5 | 80.17 | - |
| YUV | 121.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 234 | 0 | 0.85 | 0.04 | 0.04 | 302.9 | 0.9 | 0.55 |
| Hex | F4 | 25 | EA | 0 | 55 | 4 | 4 | 12F | 5A | 37 |
| Octal | 364 | 45 | 352 | 0 | 125 | 4 | 4 | 457 | 132 | 67 |
| Binary | 11110100 | 100101 | 11101010 | 0 | 1010101 | 100 | 100 | 100101111 | 1011010 | 110111 |
Color Harmonies of #F425EA
Complementary color
Monochromatic Colors of #F425EA
Black with #F425EA
Text Example
Text Example
White with #F425EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425EA; }
p { color: rgb(244,37,234); }
H1.HeaderClassName
{
color: #F425EA;
}
.AnyTagClassName
{
color: #F425EA;
}
</style>
background-color css
<style>
a { background-color: #F425EA; }
a { background-color: rgb(244,37,234); }
div.DivClassName
{
background-color: #F425EA;
}
.BgClassName
{
background-color: #F425EA;
}
</style>
border-color css
<style>
span { border-color: #F425EA; }
span { border-color: rgb(244,37,234); }
td.TdClassName
{
border-color: #F425EA;
}
.TagClassName
{
border-color: #F425EA;
}
</style>