Shades of Razzle Dazzle Rose #F445DB
Tints of Razzle Dazzle Rose #F445DB
RGB
CMYK
RGB Variations
Color information
#F445DB (or 0xF445DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 45 and DB. RGB value is (244,69,219). Sum of RGB (Red+Green+Blue) = 244+69+219=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F445DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F445DB is #0BBA24. Grayscale: #8A8A8A. Windows color (decimal): -768549 or 14370292. OLE color: 14370292.
HSL color Cylindrical-coordinate representation of color #F445DB: hue angle of 308.57º 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 #F445DB is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 219 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.04 |
| HSL | 308.57º | 0.89% | 0.61% | - |
| HSV(B) | 308.57º | 0.72% | 0.96% | - |
| XYZ | 52.22 | 28.6 | 69.79 | - |
| YUV | 138.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 219 | 0 | 0.72 | 0.10 | 0.04 | 308.57 | 0.89 | 0.61 |
| Hex | F4 | 45 | DB | 0 | 48 | A | 4 | 135 | 59 | 3D |
| Octal | 364 | 105 | 333 | 0 | 110 | 12 | 4 | 465 | 131 | 75 |
| Binary | 11110100 | 1000101 | 11011011 | 0 | 1001000 | 1010 | 100 | 100110101 | 1011001 | 111101 |
Color Harmonies of #F445DB
Complementary color
Monochromatic Colors of #F445DB
Black with #F445DB
Text Example
Text Example
White with #F445DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445DB; }
p { color: rgb(244,69,219); }
H1.HeaderClassName
{
color: #F445DB;
}
.AnyTagClassName
{
color: #F445DB;
}
</style>
background-color css
<style>
a { background-color: #F445DB; }
a { background-color: rgb(244,69,219); }
div.DivClassName
{
background-color: #F445DB;
}
.BgClassName
{
background-color: #F445DB;
}
</style>
border-color css
<style>
span { border-color: #F445DB; }
span { border-color: rgb(244,69,219); }
td.TdClassName
{
border-color: #F445DB;
}
.TagClassName
{
border-color: #F445DB;
}
</style>