Shades of Razzle Dazzle Rose #F440D8
Tints of Razzle Dazzle Rose #F440D8
RGB
CMYK
RGB Variations
Color information
#F440D8 (or 0xF440D8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D8. RGB value is (244,64,216). Sum of RGB (Red+Green+Blue) = 244+64+216=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D8 is #0BBF27. Grayscale: #868686. Windows color (decimal): -769832 or 14172404. OLE color: 14172404.
HSL color Cylindrical-coordinate representation of color #F440D8: hue angle of 309.33º 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 #F440D8 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 216 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 309.33º | 0.89% | 0.6% | - |
| HSV(B) | 309.33º | 0.74% | 0.96% | - |
| XYZ | 51.54 | 27.86 | 67.63 | - |
| YUV | 135.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 216 | 0 | 0.74 | 0.11 | 0.04 | 309.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | D8 | 0 | 4A | B | 4 | 135 | 59 | 3C |
| Octal | 364 | 100 | 330 | 0 | 112 | 13 | 4 | 465 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11011000 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011001 | 111100 |
Color Harmonies of #F440D8
Complementary color
Monochromatic Colors of #F440D8
Black with #F440D8
Text Example
Text Example
White with #F440D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440D8; }
p { color: rgb(244,64,216); }
H1.HeaderClassName
{
color: #F440D8;
}
.AnyTagClassName
{
color: #F440D8;
}
</style>
background-color css
<style>
a { background-color: #F440D8; }
a { background-color: rgb(244,64,216); }
div.DivClassName
{
background-color: #F440D8;
}
.BgClassName
{
background-color: #F440D8;
}
</style>
border-color css
<style>
span { border-color: #F440D8; }
span { border-color: rgb(244,64,216); }
td.TdClassName
{
border-color: #F440D8;
}
.TagClassName
{
border-color: #F440D8;
}
</style>