Shades of Razzle Dazzle Rose #F441D8
Tints of Razzle Dazzle Rose #F441D8
RGB
CMYK
RGB Variations
Color information
#F441D8 (or 0xF441D8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and D8. RGB value is (244,65,216). Sum of RGB (Red+Green+Blue) = 244+65+216=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F441D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441D8 is #0BBE27. Grayscale: #878787. Windows color (decimal): -769576 or 14172660. OLE color: 14172660.
HSL color Cylindrical-coordinate representation of color #F441D8: hue angle of 309.39º 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 #F441D8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 216 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.04 |
| HSL | 309.39º | 0.89% | 0.61% | - |
| HSV(B) | 309.39º | 0.73% | 0.96% | - |
| XYZ | 51.59 | 27.97 | 67.65 | - |
| YUV | 135.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 216 | 0 | 0.73 | 0.11 | 0.04 | 309.39 | 0.89 | 0.61 |
| Hex | F4 | 41 | D8 | 0 | 49 | B | 4 | 135 | 59 | 3D |
| Octal | 364 | 101 | 330 | 0 | 111 | 13 | 4 | 465 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11011000 | 0 | 1001001 | 1011 | 100 | 100110101 | 1011001 | 111101 |
Color Harmonies of #F441D8
Complementary color
Monochromatic Colors of #F441D8
Black with #F441D8
Text Example
Text Example
White with #F441D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441D8; }
p { color: rgb(244,65,216); }
H1.HeaderClassName
{
color: #F441D8;
}
.AnyTagClassName
{
color: #F441D8;
}
</style>
background-color css
<style>
a { background-color: #F441D8; }
a { background-color: rgb(244,65,216); }
div.DivClassName
{
background-color: #F441D8;
}
.BgClassName
{
background-color: #F441D8;
}
</style>
border-color css
<style>
span { border-color: #F441D8; }
span { border-color: rgb(244,65,216); }
td.TdClassName
{
border-color: #F441D8;
}
.TagClassName
{
border-color: #F441D8;
}
</style>