Shades of Razzle Dazzle Rose #F321D8
Tints of Razzle Dazzle Rose #F321D8
RGB
CMYK
RGB Variations
Color information
#F321D8 (or 0xF321D8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and D8. RGB value is (243,33,216). Sum of RGB (Red+Green+Blue) = 243+33+216=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F321D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321D8 is #0CDE27. Grayscale: #747474. Windows color (decimal): -843304 or 14164467. OLE color: 14164467.
HSL color Cylindrical-coordinate representation of color #F321D8: hue angle of 307.71º 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 #F321D8 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 216 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.05 |
| HSL | 307.71º | 0.9% | 0.54% | - |
| HSV(B) | 307.71º | 0.86% | 0.95% | - |
| XYZ | 49.9 | 25.1 | 67.18 | - |
| YUV | 116.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 216 | 0 | 0.86 | 0.11 | 0.05 | 307.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | D8 | 0 | 56 | B | 5 | 134 | 5A | 36 |
| Octal | 363 | 41 | 330 | 0 | 126 | 13 | 5 | 464 | 132 | 66 |
| Binary | 11110011 | 100001 | 11011000 | 0 | 1010110 | 1011 | 101 | 100110100 | 1011010 | 110110 |
Color Harmonies of #F321D8
Complementary color
Monochromatic Colors of #F321D8
Black with #F321D8
Text Example
Text Example
White with #F321D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321D8; }
p { color: rgb(243,33,216); }
H1.HeaderClassName
{
color: #F321D8;
}
.AnyTagClassName
{
color: #F321D8;
}
</style>
background-color css
<style>
a { background-color: #F321D8; }
a { background-color: rgb(243,33,216); }
div.DivClassName
{
background-color: #F321D8;
}
.BgClassName
{
background-color: #F321D8;
}
</style>
border-color css
<style>
span { border-color: #F321D8; }
span { border-color: rgb(243,33,216); }
td.TdClassName
{
border-color: #F321D8;
}
.TagClassName
{
border-color: #F321D8;
}
</style>