Shades of Razzle Dazzle Rose #F321DB
Tints of Razzle Dazzle Rose #F321DB
RGB
CMYK
RGB Variations
Color information
#F321DB (or 0xF321DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 21 and DB. RGB value is (243,33,219). Sum of RGB (Red+Green+Blue) = 243+33+219=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F321DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321DB is #0CDE24. Grayscale: #747474. Windows color (decimal): -843301 or 14361075. OLE color: 14361075.
HSL color Cylindrical-coordinate representation of color #F321DB: hue angle of 306.86º 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 #F321DB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 219 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.05 |
| HSL | 306.86º | 0.9% | 0.54% | - |
| HSV(B) | 306.86º | 0.86% | 0.95% | - |
| XYZ | 50.29 | 25.26 | 69.24 | - |
| YUV | 116.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 219 | 0 | 0.86 | 0.10 | 0.05 | 306.86 | 0.9 | 0.54 |
| Hex | F3 | 21 | DB | 0 | 56 | A | 5 | 133 | 5A | 36 |
| Octal | 363 | 41 | 333 | 0 | 126 | 12 | 5 | 463 | 132 | 66 |
| Binary | 11110011 | 100001 | 11011011 | 0 | 1010110 | 1010 | 101 | 100110011 | 1011010 | 110110 |
Color Harmonies of #F321DB
Complementary color
Monochromatic Colors of #F321DB
Black with #F321DB
Text Example
Text Example
White with #F321DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321DB; }
p { color: rgb(243,33,219); }
H1.HeaderClassName
{
color: #F321DB;
}
.AnyTagClassName
{
color: #F321DB;
}
</style>
background-color css
<style>
a { background-color: #F321DB; }
a { background-color: rgb(243,33,219); }
div.DivClassName
{
background-color: #F321DB;
}
.BgClassName
{
background-color: #F321DB;
}
</style>
border-color css
<style>
span { border-color: #F321DB; }
span { border-color: rgb(243,33,219); }
td.TdClassName
{
border-color: #F321DB;
}
.TagClassName
{
border-color: #F321DB;
}
</style>