Shades of Razzle Dazzle Rose #F321D1
Tints of Razzle Dazzle Rose #F321D1
RGB
CMYK
RGB Variations
Color information
#F321D1 (or 0xF321D1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and D1. RGB value is (243,33,209). Sum of RGB (Red+Green+Blue) = 243+33+209=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F321D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321D1 is #0CDE2E. Grayscale: #737373. Windows color (decimal): -843311 or 13705715. OLE color: 13705715.
HSL color Cylindrical-coordinate representation of color #F321D1: hue angle of 309.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 #F321D1 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 209 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.05 |
| HSL | 309.71º | 0.9% | 0.54% | - |
| HSV(B) | 309.71º | 0.86% | 0.95% | - |
| XYZ | 49.01 | 24.75 | 62.51 | - |
| YUV | 115.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 209 | 0 | 0.86 | 0.14 | 0.05 | 309.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | D1 | 0 | 56 | E | 5 | 136 | 5A | 36 |
| Octal | 363 | 41 | 321 | 0 | 126 | 16 | 5 | 466 | 132 | 66 |
| Binary | 11110011 | 100001 | 11010001 | 0 | 1010110 | 1110 | 101 | 100110110 | 1011010 | 110110 |
Color Harmonies of #F321D1
Complementary color
Monochromatic Colors of #F321D1
Black with #F321D1
Text Example
Text Example
White with #F321D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321D1; }
p { color: rgb(243,33,209); }
H1.HeaderClassName
{
color: #F321D1;
}
.AnyTagClassName
{
color: #F321D1;
}
</style>
background-color css
<style>
a { background-color: #F321D1; }
a { background-color: rgb(243,33,209); }
div.DivClassName
{
background-color: #F321D1;
}
.BgClassName
{
background-color: #F321D1;
}
</style>
border-color css
<style>
span { border-color: #F321D1; }
span { border-color: rgb(243,33,209); }
td.TdClassName
{
border-color: #F321D1;
}
.TagClassName
{
border-color: #F321D1;
}
</style>