Shades of Razzle Dazzle Rose #F440D2
Tints of Razzle Dazzle Rose #F440D2
RGB
CMYK
RGB Variations
Color information
#F440D2 (or 0xF440D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D2. RGB value is (244,64,210). Sum of RGB (Red+Green+Blue) = 244+64+210=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D2 is #0BBF2D. Grayscale: #868686. Windows color (decimal): -769838 or 13779188. OLE color: 13779188.
HSL color Cylindrical-coordinate representation of color #F440D2: hue angle of 311.33º 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 #F440D2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 210 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.04 |
| HSL | 311.33º | 0.89% | 0.6% | - |
| HSV(B) | 311.33º | 0.74% | 0.96% | - |
| XYZ | 50.77 | 27.55 | 63.61 | - |
| YUV | 134.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 210 | 0 | 0.74 | 0.14 | 0.04 | 311.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | D2 | 0 | 4A | E | 4 | 137 | 59 | 3C |
| Octal | 364 | 100 | 322 | 0 | 112 | 16 | 4 | 467 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11010010 | 0 | 1001010 | 1110 | 100 | 100110111 | 1011001 | 111100 |
Color Harmonies of #F440D2
Complementary color
Monochromatic Colors of #F440D2
Black with #F440D2
Text Example
Text Example
White with #F440D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440D2; }
p { color: rgb(244,64,210); }
H1.HeaderClassName
{
color: #F440D2;
}
.AnyTagClassName
{
color: #F440D2;
}
</style>
background-color css
<style>
a { background-color: #F440D2; }
a { background-color: rgb(244,64,210); }
div.DivClassName
{
background-color: #F440D2;
}
.BgClassName
{
background-color: #F440D2;
}
</style>
border-color css
<style>
span { border-color: #F440D2; }
span { border-color: rgb(244,64,210); }
td.TdClassName
{
border-color: #F440D2;
}
.TagClassName
{
border-color: #F440D2;
}
</style>