Shades of Razzle Dazzle Rose #F440DD
Tints of Razzle Dazzle Rose #F440DD
RGB
CMYK
RGB Variations
Color information
#F440DD (or 0xF440DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and DD. RGB value is (244,64,221). Sum of RGB (Red+Green+Blue) = 244+64+221=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F440DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440DD is #0BBF22. Grayscale: #878787. Windows color (decimal): -769827 or 14500084. OLE color: 14500084.
HSL color Cylindrical-coordinate representation of color #F440DD: hue angle of 307.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 #F440DD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 221 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 307.67º | 0.89% | 0.6% | - |
| HSV(B) | 307.67º | 0.74% | 0.96% | - |
| XYZ | 52.19 | 28.12 | 71.08 | - |
| YUV | 135.72 | 176.13 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 221 | 0 | 0.74 | 0.09 | 0.04 | 307.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | DD | 0 | 4A | 9 | 4 | 134 | 59 | 3C |
| Octal | 364 | 100 | 335 | 0 | 112 | 11 | 4 | 464 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11011101 | 0 | 1001010 | 1001 | 100 | 100110100 | 1011001 | 111100 |
Color Harmonies of #F440DD
Complementary color
Monochromatic Colors of #F440DD
Black with #F440DD
Text Example
Text Example
White with #F440DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440DD; }
p { color: rgb(244,64,221); }
H1.HeaderClassName
{
color: #F440DD;
}
.AnyTagClassName
{
color: #F440DD;
}
</style>
background-color css
<style>
a { background-color: #F440DD; }
a { background-color: rgb(244,64,221); }
div.DivClassName
{
background-color: #F440DD;
}
.BgClassName
{
background-color: #F440DD;
}
</style>
border-color css
<style>
span { border-color: #F440DD; }
span { border-color: rgb(244,64,221); }
td.TdClassName
{
border-color: #F440DD;
}
.TagClassName
{
border-color: #F440DD;
}
</style>