Shades of Razzle Dazzle Rose #F321DD
Tints of Razzle Dazzle Rose #F321DD
RGB
CMYK
RGB Variations
Color information
#F321DD (or 0xF321DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and DD. RGB value is (243,33,221). Sum of RGB (Red+Green+Blue) = 243+33+221=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F321DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321DD is #0CDE22. Grayscale: #747474. Windows color (decimal): -843299 or 14492147. OLE color: 14492147.
HSL color Cylindrical-coordinate representation of color #F321DD: hue angle of 306.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321DD is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 221 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.05 |
| HSL | 306.29º | 0.9% | 0.54% | - |
| HSV(B) | 306.29º | 0.86% | 0.95% | - |
| XYZ | 50.56 | 25.36 | 70.64 | - |
| YUV | 117.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 221 | 0 | 0.86 | 0.09 | 0.05 | 306.29 | 0.9 | 0.54 |
| Hex | F3 | 21 | DD | 0 | 56 | 9 | 5 | 132 | 5A | 36 |
| Octal | 363 | 41 | 335 | 0 | 126 | 11 | 5 | 462 | 132 | 66 |
| Binary | 11110011 | 100001 | 11011101 | 0 | 1010110 | 1001 | 101 | 100110010 | 1011010 | 110110 |
Color Harmonies of #F321DD
Complementary color
Monochromatic Colors of #F321DD
Black with #F321DD
Text Example
Text Example
White with #F321DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321DD; }
p { color: rgb(243,33,221); }
H1.HeaderClassName
{
color: #F321DD;
}
.AnyTagClassName
{
color: #F321DD;
}
</style>
background-color css
<style>
a { background-color: #F321DD; }
a { background-color: rgb(243,33,221); }
div.DivClassName
{
background-color: #F321DD;
}
.BgClassName
{
background-color: #F321DD;
}
</style>
border-color css
<style>
span { border-color: #F321DD; }
span { border-color: rgb(243,33,221); }
td.TdClassName
{
border-color: #F321DD;
}
.TagClassName
{
border-color: #F321DD;
}
</style>