Shades of Razzle Dazzle Rose #F425E1
Tints of Razzle Dazzle Rose #F425E1
RGB
CMYK
RGB Variations
Color information
#F425E1 (or 0xF425E1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and E1. RGB value is (244,37,225). Sum of RGB (Red+Green+Blue) = 244+37+225=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F425E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425E1 is #0BDA1E. Grayscale: #777777. Windows color (decimal): -776735 or 14755316. OLE color: 14755316.
HSL color Cylindrical-coordinate representation of color #F425E1: hue angle of 305.51º 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 #F425E1 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 225 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.04 |
| HSL | 305.51º | 0.9% | 0.55% | - |
| HSV(B) | 305.51º | 0.85% | 0.96% | - |
| XYZ | 51.56 | 25.99 | 73.53 | - |
| YUV | 120.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 225 | 0 | 0.85 | 0.08 | 0.04 | 305.51 | 0.9 | 0.55 |
| Hex | F4 | 25 | E1 | 0 | 55 | 8 | 4 | 132 | 5A | 37 |
| Octal | 364 | 45 | 341 | 0 | 125 | 10 | 4 | 462 | 132 | 67 |
| Binary | 11110100 | 100101 | 11100001 | 0 | 1010101 | 1000 | 100 | 100110010 | 1011010 | 110111 |
Color Harmonies of #F425E1
Complementary color
Monochromatic Colors of #F425E1
Black with #F425E1
Text Example
Text Example
White with #F425E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425E1; }
p { color: rgb(244,37,225); }
H1.HeaderClassName
{
color: #F425E1;
}
.AnyTagClassName
{
color: #F425E1;
}
</style>
background-color css
<style>
a { background-color: #F425E1; }
a { background-color: rgb(244,37,225); }
div.DivClassName
{
background-color: #F425E1;
}
.BgClassName
{
background-color: #F425E1;
}
</style>
border-color css
<style>
span { border-color: #F425E1; }
span { border-color: rgb(244,37,225); }
td.TdClassName
{
border-color: #F425E1;
}
.TagClassName
{
border-color: #F425E1;
}
</style>