Shades of Razzle Dazzle Rose #F440D9
Tints of Razzle Dazzle Rose #F440D9
RGB
CMYK
RGB Variations
Color information
#F440D9 (or 0xF440D9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D9. RGB value is (244,64,217). Sum of RGB (Red+Green+Blue) = 244+64+217=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D9 is #0BBF26. Grayscale: #868686. Windows color (decimal): -769831 or 14237940. OLE color: 14237940.
HSL color Cylindrical-coordinate representation of color #F440D9: hue angle of 309º 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 #F440D9 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 217 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 309º | 0.89% | 0.6% | - |
| HSV(B) | 309º | 0.74% | 0.96% | - |
| XYZ | 51.67 | 27.91 | 68.31 | - |
| YUV | 135.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 217 | 0 | 0.74 | 0.11 | 0.04 | 309 | 0.89 | 0.6 |
| Hex | F4 | 40 | D9 | 0 | 4A | B | 4 | 135 | 59 | 3C |
| Octal | 364 | 100 | 331 | 0 | 112 | 13 | 4 | 465 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11011001 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011001 | 111100 |
Color Harmonies of #F440D9
Complementary color
Monochromatic Colors of #F440D9
Black with #F440D9
Text Example
Text Example
White with #F440D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440D9; }
p { color: rgb(244,64,217); }
H1.HeaderClassName
{
color: #F440D9;
}
.AnyTagClassName
{
color: #F440D9;
}
</style>
background-color css
<style>
a { background-color: #F440D9; }
a { background-color: rgb(244,64,217); }
div.DivClassName
{
background-color: #F440D9;
}
.BgClassName
{
background-color: #F440D9;
}
</style>
border-color css
<style>
span { border-color: #F440D9; }
span { border-color: rgb(244,64,217); }
td.TdClassName
{
border-color: #F440D9;
}
.TagClassName
{
border-color: #F440D9;
}
</style>