Shades of Razzle Dazzle Rose #F329DB
Tints of Razzle Dazzle Rose #F329DB
RGB
CMYK
RGB Variations
Color information
#F329DB (or 0xF329DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and DB. RGB value is (243,41,219). Sum of RGB (Red+Green+Blue) = 243+41+219=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F329DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329DB is #0CD624. Grayscale: #797979. Windows color (decimal): -841253 or 14363123. OLE color: 14363123.
HSL color Cylindrical-coordinate representation of color #F329DB: hue angle of 307.13º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329DB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.05 |
| HSL | 307.13º | 0.89% | 0.56% | - |
| HSV(B) | 307.13º | 0.83% | 0.95% | - |
| XYZ | 50.54 | 25.76 | 69.33 | - |
| YUV | 121.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 219 | 0 | 0.83 | 0.10 | 0.05 | 307.13 | 0.89 | 0.56 |
| Hex | F3 | 29 | DB | 0 | 53 | A | 5 | 133 | 59 | 38 |
| Octal | 363 | 51 | 333 | 0 | 123 | 12 | 5 | 463 | 131 | 70 |
| Binary | 11110011 | 101001 | 11011011 | 0 | 1010011 | 1010 | 101 | 100110011 | 1011001 | 111000 |
Color Harmonies of #F329DB
Complementary color
Monochromatic Colors of #F329DB
Black with #F329DB
Text Example
Text Example
White with #F329DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329DB; }
p { color: rgb(243,41,219); }
H1.HeaderClassName
{
color: #F329DB;
}
.AnyTagClassName
{
color: #F329DB;
}
</style>
background-color css
<style>
a { background-color: #F329DB; }
a { background-color: rgb(243,41,219); }
div.DivClassName
{
background-color: #F329DB;
}
.BgClassName
{
background-color: #F329DB;
}
</style>
border-color css
<style>
span { border-color: #F329DB; }
span { border-color: rgb(243,41,219); }
td.TdClassName
{
border-color: #F329DB;
}
.TagClassName
{
border-color: #F329DB;
}
</style>