Shades of Razzle Dazzle Rose #F444DB
Tints of Razzle Dazzle Rose #F444DB
RGB
CMYK
RGB Variations
Color information
#F444DB (or 0xF444DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and DB. RGB value is (244,68,219). Sum of RGB (Red+Green+Blue) = 244+68+219=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 68 (26.95% from 255 or 12.81% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F444DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444DB is #0BBB24. Grayscale: #898989. Windows color (decimal): -768805 or 14370036. OLE color: 14370036.
HSL color Cylindrical-coordinate representation of color #F444DB: hue angle of 308.52º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444DB is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 219 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.04 |
| HSL | 308.52º | 0.89% | 0.61% | - |
| HSV(B) | 308.52º | 0.72% | 0.96% | - |
| XYZ | 52.16 | 28.48 | 69.77 | - |
| YUV | 137.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 219 | 0 | 0.72 | 0.10 | 0.04 | 308.52 | 0.89 | 0.61 |
| Hex | F4 | 44 | DB | 0 | 48 | A | 4 | 135 | 59 | 3D |
| Octal | 364 | 104 | 333 | 0 | 110 | 12 | 4 | 465 | 131 | 75 |
| Binary | 11110100 | 1000100 | 11011011 | 0 | 1001000 | 1010 | 100 | 100110101 | 1011001 | 111101 |
Color Harmonies of #F444DB
Complementary color
Monochromatic Colors of #F444DB
Black with #F444DB
Text Example
Text Example
White with #F444DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444DB; }
p { color: rgb(244,68,219); }
H1.HeaderClassName
{
color: #F444DB;
}
.AnyTagClassName
{
color: #F444DB;
}
</style>
background-color css
<style>
a { background-color: #F444DB; }
a { background-color: rgb(244,68,219); }
div.DivClassName
{
background-color: #F444DB;
}
.BgClassName
{
background-color: #F444DB;
}
</style>
border-color css
<style>
span { border-color: #F444DB; }
span { border-color: rgb(244,68,219); }
td.TdClassName
{
border-color: #F444DB;
}
.TagClassName
{
border-color: #F444DB;
}
</style>