Shades of Razzle Dazzle Rose #F41CE0
Tints of Razzle Dazzle Rose #F41CE0
RGB
CMYK
RGB Variations
Color information
#F41CE0 (or 0xF41CE0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and E0. RGB value is (244,28,224). Sum of RGB (Red+Green+Blue) = 244+28+224=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CE0 is #0BE31F. Grayscale: #727272. Windows color (decimal): -779040 or 14687476. OLE color: 14687476.
HSL color Cylindrical-coordinate representation of color #F41CE0: hue angle of 305.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.04 |
| HSL | 305.56º | 0.91% | 0.53% | - |
| HSV(B) | 305.56º | 0.89% | 0.96% | - |
| XYZ | 51.18 | 25.45 | 72.74 | - |
| YUV | 114.93 | 189.56 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 224 | 0 | 0.89 | 0.08 | 0.04 | 305.56 | 0.91 | 0.53 |
| Hex | F4 | 1C | E0 | 0 | 59 | 8 | 4 | 132 | 5B | 35 |
| Octal | 364 | 34 | 340 | 0 | 131 | 10 | 4 | 462 | 133 | 65 |
| Binary | 11110100 | 11100 | 11100000 | 0 | 1011001 | 1000 | 100 | 100110010 | 1011011 | 110101 |
Color Harmonies of #F41CE0
Complementary color
Monochromatic Colors of #F41CE0
Black with #F41CE0
Text Example
Text Example
White with #F41CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CE0; }
p { color: rgb(244,28,224); }
H1.HeaderClassName
{
color: #F41CE0;
}
.AnyTagClassName
{
color: #F41CE0;
}
</style>
background-color css
<style>
a { background-color: #F41CE0; }
a { background-color: rgb(244,28,224); }
div.DivClassName
{
background-color: #F41CE0;
}
.BgClassName
{
background-color: #F41CE0;
}
</style>
border-color css
<style>
span { border-color: #F41CE0; }
span { border-color: rgb(244,28,224); }
td.TdClassName
{
border-color: #F41CE0;
}
.TagClassName
{
border-color: #F41CE0;
}
</style>