Shades of Razzle Dazzle Rose #F41EDF
Tints of Razzle Dazzle Rose #F41EDF
RGB
CMYK
RGB Variations
Color information
#F41EDF (or 0xF41EDF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1E and DF. RGB value is (244,30,223). Sum of RGB (Red+Green+Blue) = 244+30+223=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41EDF is #0BE120. Grayscale: #737373. Windows color (decimal): -778529 or 14622452. OLE color: 14622452.
HSL color Cylindrical-coordinate representation of color #F41EDF: hue angle of 305.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EDF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.04 |
| HSL | 305.89º | 0.91% | 0.54% | - |
| HSV(B) | 305.89º | 0.88% | 0.96% | - |
| XYZ | 51.09 | 25.49 | 72.04 | - |
| YUV | 115.99 | 188.4 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 223 | 0 | 0.88 | 0.09 | 0.04 | 305.89 | 0.91 | 0.54 |
| Hex | F4 | 1E | DF | 0 | 58 | 9 | 4 | 132 | 5B | 36 |
| Octal | 364 | 36 | 337 | 0 | 130 | 11 | 4 | 462 | 133 | 66 |
| Binary | 11110100 | 11110 | 11011111 | 0 | 1011000 | 1001 | 100 | 100110010 | 1011011 | 110110 |
Color Harmonies of #F41EDF
Complementary color
Monochromatic Colors of #F41EDF
Black with #F41EDF
Text Example
Text Example
White with #F41EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EDF; }
p { color: rgb(244,30,223); }
H1.HeaderClassName
{
color: #F41EDF;
}
.AnyTagClassName
{
color: #F41EDF;
}
</style>
background-color css
<style>
a { background-color: #F41EDF; }
a { background-color: rgb(244,30,223); }
div.DivClassName
{
background-color: #F41EDF;
}
.BgClassName
{
background-color: #F41EDF;
}
</style>
border-color css
<style>
span { border-color: #F41EDF; }
span { border-color: rgb(244,30,223); }
td.TdClassName
{
border-color: #F41EDF;
}
.TagClassName
{
border-color: #F41EDF;
}
</style>