Shades of Razzle Dazzle Rose #F440DB
Tints of Razzle Dazzle Rose #F440DB
RGB
CMYK
RGB Variations
Color information
#F440DB (or 0xF440DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and DB. RGB value is (244,64,219). Sum of RGB (Red+Green+Blue) = 244+64+219=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F440DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440DB is #0BBF24. Grayscale: #878787. Windows color (decimal): -769829 or 14369012. OLE color: 14369012.
HSL color Cylindrical-coordinate representation of color #F440DB: hue angle of 308.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 #F440DB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.04 |
| HSL | 308.33º | 0.89% | 0.6% | - |
| HSV(B) | 308.33º | 0.74% | 0.96% | - |
| XYZ | 51.93 | 28.01 | 69.69 | - |
| YUV | 135.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 219 | 0 | 0.74 | 0.10 | 0.04 | 308.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | DB | 0 | 4A | A | 4 | 134 | 59 | 3C |
| Octal | 364 | 100 | 333 | 0 | 112 | 12 | 4 | 464 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11011011 | 0 | 1001010 | 1010 | 100 | 100110100 | 1011001 | 111100 |
Color Harmonies of #F440DB
Complementary color
Monochromatic Colors of #F440DB
Black with #F440DB
Text Example
Text Example
White with #F440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440DB; }
p { color: rgb(244,64,219); }
H1.HeaderClassName
{
color: #F440DB;
}
.AnyTagClassName
{
color: #F440DB;
}
</style>
background-color css
<style>
a { background-color: #F440DB; }
a { background-color: rgb(244,64,219); }
div.DivClassName
{
background-color: #F440DB;
}
.BgClassName
{
background-color: #F440DB;
}
</style>
border-color css
<style>
span { border-color: #F440DB; }
span { border-color: rgb(244,64,219); }
td.TdClassName
{
border-color: #F440DB;
}
.TagClassName
{
border-color: #F440DB;
}
</style>