Shades of Razzle Dazzle Rose #F441DD
Tints of Razzle Dazzle Rose #F441DD
RGB
CMYK
RGB Variations
Color information
#F441DD (or 0xF441DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and DD. RGB value is (244,65,221). Sum of RGB (Red+Green+Blue) = 244+65+221=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F441DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441DD is #0BBE22. Grayscale: #878787. Windows color (decimal): -769571 or 14500340. OLE color: 14500340.
HSL color Cylindrical-coordinate representation of color #F441DD: hue angle of 307.71º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441DD is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 221 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.04 |
| HSL | 307.71º | 0.89% | 0.61% | - |
| HSV(B) | 307.71º | 0.73% | 0.96% | - |
| XYZ | 52.25 | 28.23 | 71.1 | - |
| YUV | 136.31 | 175.8 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 221 | 0 | 0.73 | 0.09 | 0.04 | 307.71 | 0.89 | 0.61 |
| Hex | F4 | 41 | DD | 0 | 49 | 9 | 4 | 134 | 59 | 3D |
| Octal | 364 | 101 | 335 | 0 | 111 | 11 | 4 | 464 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11011101 | 0 | 1001001 | 1001 | 100 | 100110100 | 1011001 | 111101 |
Color Harmonies of #F441DD
Complementary color
Monochromatic Colors of #F441DD
Black with #F441DD
Text Example
Text Example
White with #F441DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441DD; }
p { color: rgb(244,65,221); }
H1.HeaderClassName
{
color: #F441DD;
}
.AnyTagClassName
{
color: #F441DD;
}
</style>
background-color css
<style>
a { background-color: #F441DD; }
a { background-color: rgb(244,65,221); }
div.DivClassName
{
background-color: #F441DD;
}
.BgClassName
{
background-color: #F441DD;
}
</style>
border-color css
<style>
span { border-color: #F441DD; }
span { border-color: rgb(244,65,221); }
td.TdClassName
{
border-color: #F441DD;
}
.TagClassName
{
border-color: #F441DD;
}
</style>