Shades of Razzle Dazzle Rose #F437DB
Tints of Razzle Dazzle Rose #F437DB
RGB
CMYK
RGB Variations
Color information
#F437DB (or 0xF437DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 37 and DB. RGB value is (244,55,219). Sum of RGB (Red+Green+Blue) = 244+55+219=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F437DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F437DB is #0BC824. Grayscale: #818181. Windows color (decimal): -772133 or 14366708. OLE color: 14366708.
HSL color Cylindrical-coordinate representation of color #F437DB: hue angle of 307.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F437DB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.04 |
| HSL | 307.94º | 0.9% | 0.59% | - |
| HSV(B) | 307.94º | 0.77% | 0.96% | - |
| XYZ | 51.46 | 27.08 | 69.53 | - |
| YUV | 130.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 219 | 0 | 0.77 | 0.10 | 0.04 | 307.94 | 0.9 | 0.59 |
| Hex | F4 | 37 | DB | 0 | 4D | A | 4 | 134 | 5A | 3B |
| Octal | 364 | 67 | 333 | 0 | 115 | 12 | 4 | 464 | 132 | 73 |
| Binary | 11110100 | 110111 | 11011011 | 0 | 1001101 | 1010 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F437DB
Complementary color
Monochromatic Colors of #F437DB
Black with #F437DB
Text Example
Text Example
White with #F437DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437DB; }
p { color: rgb(244,55,219); }
H1.HeaderClassName
{
color: #F437DB;
}
.AnyTagClassName
{
color: #F437DB;
}
</style>
background-color css
<style>
a { background-color: #F437DB; }
a { background-color: rgb(244,55,219); }
div.DivClassName
{
background-color: #F437DB;
}
.BgClassName
{
background-color: #F437DB;
}
</style>
border-color css
<style>
span { border-color: #F437DB; }
span { border-color: rgb(244,55,219); }
td.TdClassName
{
border-color: #F437DB;
}
.TagClassName
{
border-color: #F437DB;
}
</style>