Shades of Razzle Dazzle Rose #F328DD
Tints of Razzle Dazzle Rose #F328DD
RGB
CMYK
RGB Variations
Color information
#F328DD (or 0xF328DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and DD. RGB value is (243,40,221). Sum of RGB (Red+Green+Blue) = 243+40+221=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F328DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328DD is #0CD722. Grayscale: #787878. Windows color (decimal): -841507 or 14493939. OLE color: 14493939.
HSL color Cylindrical-coordinate representation of color #F328DD: hue angle of 306.5º 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 #F328DD is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 221 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.05 |
| HSL | 306.5º | 0.89% | 0.55% | - |
| HSV(B) | 306.5º | 0.84% | 0.95% | - |
| XYZ | 50.77 | 25.79 | 70.71 | - |
| YUV | 121.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 221 | 0 | 0.84 | 0.09 | 0.05 | 306.5 | 0.89 | 0.55 |
| Hex | F3 | 28 | DD | 0 | 54 | 9 | 5 | 133 | 59 | 37 |
| Octal | 363 | 50 | 335 | 0 | 124 | 11 | 5 | 463 | 131 | 67 |
| Binary | 11110011 | 101000 | 11011101 | 0 | 1010100 | 1001 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F328DD
Complementary color
Monochromatic Colors of #F328DD
Black with #F328DD
Text Example
Text Example
White with #F328DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328DD; }
p { color: rgb(243,40,221); }
H1.HeaderClassName
{
color: #F328DD;
}
.AnyTagClassName
{
color: #F328DD;
}
</style>
background-color css
<style>
a { background-color: #F328DD; }
a { background-color: rgb(243,40,221); }
div.DivClassName
{
background-color: #F328DD;
}
.BgClassName
{
background-color: #F328DD;
}
</style>
border-color css
<style>
span { border-color: #F328DD; }
span { border-color: rgb(243,40,221); }
td.TdClassName
{
border-color: #F328DD;
}
.TagClassName
{
border-color: #F328DD;
}
</style>