Shades of Razzle Dazzle Rose #F321DF
Tints of Razzle Dazzle Rose #F321DF
RGB
CMYK
RGB Variations
Color information
#F321DF (or 0xF321DF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and DF. RGB value is (243,33,223). Sum of RGB (Red+Green+Blue) = 243+33+223=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F321DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321DF is #0CDE20. Grayscale: #747474. Windows color (decimal): -843297 or 14623219. OLE color: 14623219.
HSL color Cylindrical-coordinate representation of color #F321DF: hue angle of 305.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 #F321DF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 223 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.05 |
| HSL | 305.71º | 0.9% | 0.54% | - |
| HSV(B) | 305.71º | 0.86% | 0.95% | - |
| XYZ | 50.83 | 25.47 | 72.05 | - |
| YUV | 117.45 | 187.57 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 223 | 0 | 0.86 | 0.08 | 0.05 | 305.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | DF | 0 | 56 | 8 | 5 | 132 | 5A | 36 |
| Octal | 363 | 41 | 337 | 0 | 126 | 10 | 5 | 462 | 132 | 66 |
| Binary | 11110011 | 100001 | 11011111 | 0 | 1010110 | 1000 | 101 | 100110010 | 1011010 | 110110 |
Color Harmonies of #F321DF
Complementary color
Monochromatic Colors of #F321DF
Black with #F321DF
Text Example
Text Example
White with #F321DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321DF; }
p { color: rgb(243,33,223); }
H1.HeaderClassName
{
color: #F321DF;
}
.AnyTagClassName
{
color: #F321DF;
}
</style>
background-color css
<style>
a { background-color: #F321DF; }
a { background-color: rgb(243,33,223); }
div.DivClassName
{
background-color: #F321DF;
}
.BgClassName
{
background-color: #F321DF;
}
</style>
border-color css
<style>
span { border-color: #F321DF; }
span { border-color: rgb(243,33,223); }
td.TdClassName
{
border-color: #F321DF;
}
.TagClassName
{
border-color: #F321DF;
}
</style>