Shades of Razzle Dazzle Rose #F324DD
Tints of Razzle Dazzle Rose #F324DD
RGB
CMYK
RGB Variations
Color information
#F324DD (or 0xF324DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and DD. RGB value is (243,36,221). Sum of RGB (Red+Green+Blue) = 243+36+221=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F324DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324DD is #0CDB22. Grayscale: #767676. Windows color (decimal): -842531 or 14492915. OLE color: 14492915.
HSL color Cylindrical-coordinate representation of color #F324DD: hue angle of 306.38º 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 #F324DD is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 221 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.05 |
| HSL | 306.38º | 0.9% | 0.55% | - |
| HSV(B) | 306.38º | 0.85% | 0.95% | - |
| XYZ | 50.64 | 25.54 | 70.67 | - |
| YUV | 118.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 221 | 0 | 0.85 | 0.09 | 0.05 | 306.38 | 0.9 | 0.55 |
| Hex | F3 | 24 | DD | 0 | 55 | 9 | 5 | 132 | 5A | 37 |
| Octal | 363 | 44 | 335 | 0 | 125 | 11 | 5 | 462 | 132 | 67 |
| Binary | 11110011 | 100100 | 11011101 | 0 | 1010101 | 1001 | 101 | 100110010 | 1011010 | 110111 |
Color Harmonies of #F324DD
Complementary color
Monochromatic Colors of #F324DD
Black with #F324DD
Text Example
Text Example
White with #F324DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324DD; }
p { color: rgb(243,36,221); }
H1.HeaderClassName
{
color: #F324DD;
}
.AnyTagClassName
{
color: #F324DD;
}
</style>
background-color css
<style>
a { background-color: #F324DD; }
a { background-color: rgb(243,36,221); }
div.DivClassName
{
background-color: #F324DD;
}
.BgClassName
{
background-color: #F324DD;
}
</style>
border-color css
<style>
span { border-color: #F324DD; }
span { border-color: rgb(243,36,221); }
td.TdClassName
{
border-color: #F324DD;
}
.TagClassName
{
border-color: #F324DD;
}
</style>