Shades of Razzle Dazzle Rose #F425E5
Tints of Razzle Dazzle Rose #F425E5
RGB
CMYK
RGB Variations
Color information
#F425E5 (or 0xF425E5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and E5. RGB value is (244,37,229). Sum of RGB (Red+Green+Blue) = 244+37+229=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F425E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425E5 is #0BDA1A. Grayscale: #787878. Windows color (decimal): -776731 or 15017460. OLE color: 15017460.
HSL color Cylindrical-coordinate representation of color #F425E5: hue angle of 304.35º 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 #F425E5 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 229 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.04 |
| HSL | 304.35º | 0.9% | 0.55% | - |
| HSV(B) | 304.35º | 0.85% | 0.96% | - |
| XYZ | 52.11 | 26.21 | 76.44 | - |
| YUV | 120.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 229 | 0 | 0.85 | 0.06 | 0.04 | 304.35 | 0.9 | 0.55 |
| Hex | F4 | 25 | E5 | 0 | 55 | 6 | 4 | 130 | 5A | 37 |
| Octal | 364 | 45 | 345 | 0 | 125 | 6 | 4 | 460 | 132 | 67 |
| Binary | 11110100 | 100101 | 11100101 | 0 | 1010101 | 110 | 100 | 100110000 | 1011010 | 110111 |
Color Harmonies of #F425E5
Complementary color
Monochromatic Colors of #F425E5
Black with #F425E5
Text Example
Text Example
White with #F425E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425E5; }
p { color: rgb(244,37,229); }
H1.HeaderClassName
{
color: #F425E5;
}
.AnyTagClassName
{
color: #F425E5;
}
</style>
background-color css
<style>
a { background-color: #F425E5; }
a { background-color: rgb(244,37,229); }
div.DivClassName
{
background-color: #F425E5;
}
.BgClassName
{
background-color: #F425E5;
}
</style>
border-color css
<style>
span { border-color: #F425E5; }
span { border-color: rgb(244,37,229); }
td.TdClassName
{
border-color: #F425E5;
}
.TagClassName
{
border-color: #F425E5;
}
</style>