Shades of Razzle Dazzle Rose #F440D6
Tints of Razzle Dazzle Rose #F440D6
RGB
CMYK
RGB Variations
Color information
#F440D6 (or 0xF440D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D6. RGB value is (244,64,214). Sum of RGB (Red+Green+Blue) = 244+64+214=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D6 is #0BBF29. Grayscale: #868686. Windows color (decimal): -769834 or 14041332. OLE color: 14041332.
HSL color Cylindrical-coordinate representation of color #F440D6: hue angle of 310º 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 #F440D6 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 214 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.04 |
| HSL | 310º | 0.89% | 0.6% | - |
| HSV(B) | 310º | 0.74% | 0.96% | - |
| XYZ | 51.28 | 27.75 | 66.27 | - |
| YUV | 134.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 214 | 0 | 0.74 | 0.12 | 0.04 | 310 | 0.89 | 0.6 |
| Hex | F4 | 40 | D6 | 0 | 4A | C | 4 | 136 | 59 | 3C |
| Octal | 364 | 100 | 326 | 0 | 112 | 14 | 4 | 466 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11010110 | 0 | 1001010 | 1100 | 100 | 100110110 | 1011001 | 111100 |
Color Harmonies of #F440D6
Complementary color
Monochromatic Colors of #F440D6
Black with #F440D6
Text Example
Text Example
White with #F440D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440D6; }
p { color: rgb(244,64,214); }
H1.HeaderClassName
{
color: #F440D6;
}
.AnyTagClassName
{
color: #F440D6;
}
</style>
background-color css
<style>
a { background-color: #F440D6; }
a { background-color: rgb(244,64,214); }
div.DivClassName
{
background-color: #F440D6;
}
.BgClassName
{
background-color: #F440D6;
}
</style>
border-color css
<style>
span { border-color: #F440D6; }
span { border-color: rgb(244,64,214); }
td.TdClassName
{
border-color: #F440D6;
}
.TagClassName
{
border-color: #F440D6;
}
</style>