Shades of Razzle Dazzle Rose #F331DB
Tints of Razzle Dazzle Rose #F331DB
RGB
CMYK
RGB Variations
Color information
#F331DB (or 0xF331DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and DB. RGB value is (243,49,219). Sum of RGB (Red+Green+Blue) = 243+49+219=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F331DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331DB is #0CCE24. Grayscale: #7D7D7D. Windows color (decimal): -839205 or 14365171. OLE color: 14365171.
HSL color Cylindrical-coordinate representation of color #F331DB: hue angle of 307.42º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331DB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.05 |
| HSL | 307.42º | 0.89% | 0.57% | - |
| HSV(B) | 307.42º | 0.8% | 0.95% | - |
| XYZ | 50.85 | 26.37 | 69.43 | - |
| YUV | 126.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 219 | 0 | 0.80 | 0.10 | 0.05 | 307.42 | 0.89 | 0.57 |
| Hex | F3 | 31 | DB | 0 | 50 | A | 5 | 133 | 59 | 39 |
| Octal | 363 | 61 | 333 | 0 | 120 | 12 | 5 | 463 | 131 | 71 |
| Binary | 11110011 | 110001 | 11011011 | 0 | 1010000 | 1010 | 101 | 100110011 | 1011001 | 111001 |
Color Harmonies of #F331DB
Complementary color
Monochromatic Colors of #F331DB
Black with #F331DB
Text Example
Text Example
White with #F331DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331DB; }
p { color: rgb(243,49,219); }
H1.HeaderClassName
{
color: #F331DB;
}
.AnyTagClassName
{
color: #F331DB;
}
</style>
background-color css
<style>
a { background-color: #F331DB; }
a { background-color: rgb(243,49,219); }
div.DivClassName
{
background-color: #F331DB;
}
.BgClassName
{
background-color: #F331DB;
}
</style>
border-color css
<style>
span { border-color: #F331DB; }
span { border-color: rgb(243,49,219); }
td.TdClassName
{
border-color: #F331DB;
}
.TagClassName
{
border-color: #F331DB;
}
</style>