Shades of Razzle Dazzle Rose #F41EDC
Tints of Razzle Dazzle Rose #F41EDC
RGB
CMYK
RGB Variations
Color information
#F41EDC (or 0xF41EDC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1E and DC. RGB value is (244,30,220). Sum of RGB (Red+Green+Blue) = 244+30+220=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41EDC is #0BE123. Grayscale: #737373. Windows color (decimal): -778532 or 14425844. OLE color: 14425844.
HSL color Cylindrical-coordinate representation of color #F41EDC: hue angle of 306.73º 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 #F41EDC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 220 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.04 |
| HSL | 306.73º | 0.91% | 0.54% | - |
| HSV(B) | 306.73º | 0.88% | 0.96% | - |
| XYZ | 50.69 | 25.33 | 69.93 | - |
| YUV | 115.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 220 | 0 | 0.88 | 0.10 | 0.04 | 306.73 | 0.91 | 0.54 |
| Hex | F4 | 1E | DC | 0 | 58 | A | 4 | 133 | 5B | 36 |
| Octal | 364 | 36 | 334 | 0 | 130 | 12 | 4 | 463 | 133 | 66 |
| Binary | 11110100 | 11110 | 11011100 | 0 | 1011000 | 1010 | 100 | 100110011 | 1011011 | 110110 |
Color Harmonies of #F41EDC
Complementary color
Monochromatic Colors of #F41EDC
Black with #F41EDC
Text Example
Text Example
White with #F41EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EDC; }
p { color: rgb(244,30,220); }
H1.HeaderClassName
{
color: #F41EDC;
}
.AnyTagClassName
{
color: #F41EDC;
}
</style>
background-color css
<style>
a { background-color: #F41EDC; }
a { background-color: rgb(244,30,220); }
div.DivClassName
{
background-color: #F41EDC;
}
.BgClassName
{
background-color: #F41EDC;
}
</style>
border-color css
<style>
span { border-color: #F41EDC; }
span { border-color: rgb(244,30,220); }
td.TdClassName
{
border-color: #F41EDC;
}
.TagClassName
{
border-color: #F41EDC;
}
</style>