Shades of Razzle Dazzle Rose #F440E0
Tints of Razzle Dazzle Rose #F440E0
RGB
CMYK
RGB Variations
Color information
#F440E0 (or 0xF440E0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and E0. RGB value is (244,64,224). Sum of RGB (Red+Green+Blue) = 244+64+224=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F440E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440E0 is #0BBF1F. Grayscale: #878787. Windows color (decimal): -769824 or 14696692. OLE color: 14696692.
HSL color Cylindrical-coordinate representation of color #F440E0: hue angle of 306.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440E0 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 224 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.04 |
| HSL | 306.67º | 0.89% | 0.6% | - |
| HSV(B) | 306.67º | 0.74% | 0.96% | - |
| XYZ | 52.6 | 28.28 | 73.21 | - |
| YUV | 136.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 224 | 0 | 0.74 | 0.08 | 0.04 | 306.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | E0 | 0 | 4A | 8 | 4 | 133 | 59 | 3C |
| Octal | 364 | 100 | 340 | 0 | 112 | 10 | 4 | 463 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11100000 | 0 | 1001010 | 1000 | 100 | 100110011 | 1011001 | 111100 |
Color Harmonies of #F440E0
Complementary color
Monochromatic Colors of #F440E0
Black with #F440E0
Text Example
Text Example
White with #F440E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440E0; }
p { color: rgb(244,64,224); }
H1.HeaderClassName
{
color: #F440E0;
}
.AnyTagClassName
{
color: #F440E0;
}
</style>
background-color css
<style>
a { background-color: #F440E0; }
a { background-color: rgb(244,64,224); }
div.DivClassName
{
background-color: #F440E0;
}
.BgClassName
{
background-color: #F440E0;
}
</style>
border-color css
<style>
span { border-color: #F440E0; }
span { border-color: rgb(244,64,224); }
td.TdClassName
{
border-color: #F440E0;
}
.TagClassName
{
border-color: #F440E0;
}
</style>