Shades of Razzle Dazzle Rose #F324DB
Tints of Razzle Dazzle Rose #F324DB
RGB
CMYK
RGB Variations
Color information
#F324DB (or 0xF324DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and DB. RGB value is (243,36,219). Sum of RGB (Red+Green+Blue) = 243+36+219=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F324DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324DB is #0CDB24. Grayscale: #767676. Windows color (decimal): -842533 or 14361843. OLE color: 14361843.
HSL color Cylindrical-coordinate representation of color #F324DB: hue angle of 306.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F324DB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 219 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 306.96º | 0.9% | 0.55% | - |
| HSV(B) | 306.96º | 0.85% | 0.95% | - |
| XYZ | 50.38 | 25.43 | 69.27 | - |
| YUV | 118.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 219 | 0 | 0.85 | 0.10 | 0.05 | 306.96 | 0.9 | 0.55 |
| Hex | F3 | 24 | DB | 0 | 55 | A | 5 | 133 | 5A | 37 |
| Octal | 363 | 44 | 333 | 0 | 125 | 12 | 5 | 463 | 132 | 67 |
| Binary | 11110011 | 100100 | 11011011 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F324DB
Complementary color
Monochromatic Colors of #F324DB
Black with #F324DB
Text Example
Text Example
White with #F324DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324DB; }
p { color: rgb(243,36,219); }
H1.HeaderClassName
{
color: #F324DB;
}
.AnyTagClassName
{
color: #F324DB;
}
</style>
background-color css
<style>
a { background-color: #F324DB; }
a { background-color: rgb(243,36,219); }
div.DivClassName
{
background-color: #F324DB;
}
.BgClassName
{
background-color: #F324DB;
}
</style>
border-color css
<style>
span { border-color: #F324DB; }
span { border-color: rgb(243,36,219); }
td.TdClassName
{
border-color: #F324DB;
}
.TagClassName
{
border-color: #F324DB;
}
</style>