Shades of Razzle Dazzle Rose #F431DB
Tints of Razzle Dazzle Rose #F431DB
RGB
CMYK
RGB Variations
Color information
#F431DB (or 0xF431DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and DB. RGB value is (244,49,219). Sum of RGB (Red+Green+Blue) = 244+49+219=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F431DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431DB is #0BCE24. Grayscale: #7E7E7E. Windows color (decimal): -773669 or 14365172. OLE color: 14365172.
HSL color Cylindrical-coordinate representation of color #F431DB: hue angle of 307.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431DB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.04 |
| HSL | 307.69º | 0.9% | 0.57% | - |
| HSV(B) | 307.69º | 0.8% | 0.96% | - |
| XYZ | 51.19 | 26.54 | 69.44 | - |
| YUV | 126.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 219 | 0 | 0.80 | 0.10 | 0.04 | 307.69 | 0.9 | 0.57 |
| Hex | F4 | 31 | DB | 0 | 50 | A | 4 | 134 | 5A | 39 |
| Octal | 364 | 61 | 333 | 0 | 120 | 12 | 4 | 464 | 132 | 71 |
| Binary | 11110100 | 110001 | 11011011 | 0 | 1010000 | 1010 | 100 | 100110100 | 1011010 | 111001 |
Color Harmonies of #F431DB
Complementary color
Monochromatic Colors of #F431DB
Black with #F431DB
Text Example
Text Example
White with #F431DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431DB; }
p { color: rgb(244,49,219); }
H1.HeaderClassName
{
color: #F431DB;
}
.AnyTagClassName
{
color: #F431DB;
}
</style>
background-color css
<style>
a { background-color: #F431DB; }
a { background-color: rgb(244,49,219); }
div.DivClassName
{
background-color: #F431DB;
}
.BgClassName
{
background-color: #F431DB;
}
</style>
border-color css
<style>
span { border-color: #F431DB; }
span { border-color: rgb(244,49,219); }
td.TdClassName
{
border-color: #F431DB;
}
.TagClassName
{
border-color: #F431DB;
}
</style>