Shades of Razzle Dazzle Rose #F440D5
Tints of Razzle Dazzle Rose #F440D5
RGB
CMYK
RGB Variations
Color information
#F440D5 (or 0xF440D5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and D5. RGB value is (244,64,213). Sum of RGB (Red+Green+Blue) = 244+64+213=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D5 is #0BBF2A. Grayscale: #868686. Windows color (decimal): -769835 or 13975796. OLE color: 13975796.
HSL color Cylindrical-coordinate representation of color #F440D5: hue angle of 310.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 #F440D5 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 213 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.04 |
| HSL | 310.33º | 0.89% | 0.6% | - |
| HSV(B) | 310.33º | 0.74% | 0.96% | - |
| XYZ | 51.15 | 27.7 | 65.6 | - |
| YUV | 134.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 213 | 0 | 0.74 | 0.13 | 0.04 | 310.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | D5 | 0 | 4A | D | 4 | 136 | 59 | 3C |
| Octal | 364 | 100 | 325 | 0 | 112 | 15 | 4 | 466 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11010101 | 0 | 1001010 | 1101 | 100 | 100110110 | 1011001 | 111100 |
Color Harmonies of #F440D5
Complementary color
Monochromatic Colors of #F440D5
Black with #F440D5
Text Example
Text Example
White with #F440D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440D5; }
p { color: rgb(244,64,213); }
H1.HeaderClassName
{
color: #F440D5;
}
.AnyTagClassName
{
color: #F440D5;
}
</style>
background-color css
<style>
a { background-color: #F440D5; }
a { background-color: rgb(244,64,213); }
div.DivClassName
{
background-color: #F440D5;
}
.BgClassName
{
background-color: #F440D5;
}
</style>
border-color css
<style>
span { border-color: #F440D5; }
span { border-color: rgb(244,64,213); }
td.TdClassName
{
border-color: #F440D5;
}
.TagClassName
{
border-color: #F440D5;
}
</style>