Shades of Razzle Dazzle Rose #F328DB
Tints of Razzle Dazzle Rose #F328DB
RGB
CMYK
RGB Variations
Color information
#F328DB (or 0xF328DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and DB. RGB value is (243,40,219). Sum of RGB (Red+Green+Blue) = 243+40+219=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F328DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328DB is #0CD724. Grayscale: #787878. Windows color (decimal): -841509 or 14362867. OLE color: 14362867.
HSL color Cylindrical-coordinate representation of color #F328DB: hue angle of 307.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.05 |
| HSL | 307.09º | 0.89% | 0.55% | - |
| HSV(B) | 307.09º | 0.84% | 0.95% | - |
| XYZ | 50.51 | 25.69 | 69.31 | - |
| YUV | 121.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 219 | 0 | 0.84 | 0.10 | 0.05 | 307.09 | 0.89 | 0.55 |
| Hex | F3 | 28 | DB | 0 | 54 | A | 5 | 133 | 59 | 37 |
| Octal | 363 | 50 | 333 | 0 | 124 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110011 | 101000 | 11011011 | 0 | 1010100 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F328DB
Complementary color
Monochromatic Colors of #F328DB
Black with #F328DB
Text Example
Text Example
White with #F328DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328DB; }
p { color: rgb(243,40,219); }
H1.HeaderClassName
{
color: #F328DB;
}
.AnyTagClassName
{
color: #F328DB;
}
</style>
background-color css
<style>
a { background-color: #F328DB; }
a { background-color: rgb(243,40,219); }
div.DivClassName
{
background-color: #F328DB;
}
.BgClassName
{
background-color: #F328DB;
}
</style>
border-color css
<style>
span { border-color: #F328DB; }
span { border-color: rgb(243,40,219); }
td.TdClassName
{
border-color: #F328DB;
}
.TagClassName
{
border-color: #F328DB;
}
</style>