Shades of Razzle Dazzle Rose #F441D4
Tints of Razzle Dazzle Rose #F441D4
RGB
CMYK
RGB Variations
Color information
#F441D4 (or 0xF441D4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and D4. RGB value is (244,65,212). Sum of RGB (Red+Green+Blue) = 244+65+212=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F441D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441D4 is #0BBE2B. Grayscale: #868686. Windows color (decimal): -769580 or 13910516. OLE color: 13910516.
HSL color Cylindrical-coordinate representation of color #F441D4: hue angle of 310.73º 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 #F441D4 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 212 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.04 |
| HSL | 310.73º | 0.89% | 0.61% | - |
| HSV(B) | 310.73º | 0.73% | 0.96% | - |
| XYZ | 51.08 | 27.77 | 64.95 | - |
| YUV | 135.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 212 | 0 | 0.73 | 0.13 | 0.04 | 310.73 | 0.89 | 0.61 |
| Hex | F4 | 41 | D4 | 0 | 49 | D | 4 | 137 | 59 | 3D |
| Octal | 364 | 101 | 324 | 0 | 111 | 15 | 4 | 467 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11010100 | 0 | 1001001 | 1101 | 100 | 100110111 | 1011001 | 111101 |
Color Harmonies of #F441D4
Complementary color
Monochromatic Colors of #F441D4
Black with #F441D4
Text Example
Text Example
White with #F441D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441D4; }
p { color: rgb(244,65,212); }
H1.HeaderClassName
{
color: #F441D4;
}
.AnyTagClassName
{
color: #F441D4;
}
</style>
background-color css
<style>
a { background-color: #F441D4; }
a { background-color: rgb(244,65,212); }
div.DivClassName
{
background-color: #F441D4;
}
.BgClassName
{
background-color: #F441D4;
}
</style>
border-color css
<style>
span { border-color: #F441D4; }
span { border-color: rgb(244,65,212); }
td.TdClassName
{
border-color: #F441D4;
}
.TagClassName
{
border-color: #F441D4;
}
</style>