Shades of Razzle Dazzle Rose #F326DB
Tints of Razzle Dazzle Rose #F326DB
RGB
CMYK
RGB Variations
Color information
#F326DB (or 0xF326DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and DB. RGB value is (243,38,219). Sum of RGB (Red+Green+Blue) = 243+38+219=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F326DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326DB is #0CD924. Grayscale: #777777. Windows color (decimal): -842021 or 14362355. OLE color: 14362355.
HSL color Cylindrical-coordinate representation of color #F326DB: hue angle of 307.02º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F326DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.05 |
| HSL | 307.02º | 0.9% | 0.55% | - |
| HSV(B) | 307.02º | 0.84% | 0.95% | - |
| XYZ | 50.44 | 25.56 | 69.29 | - |
| YUV | 119.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 219 | 0 | 0.84 | 0.10 | 0.05 | 307.02 | 0.9 | 0.55 |
| Hex | F3 | 26 | DB | 0 | 54 | A | 5 | 133 | 5A | 37 |
| Octal | 363 | 46 | 333 | 0 | 124 | 12 | 5 | 463 | 132 | 67 |
| Binary | 11110011 | 100110 | 11011011 | 0 | 1010100 | 1010 | 101 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F326DB
Complementary color
Monochromatic Colors of #F326DB
Black with #F326DB
Text Example
Text Example
White with #F326DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326DB; }
p { color: rgb(243,38,219); }
H1.HeaderClassName
{
color: #F326DB;
}
.AnyTagClassName
{
color: #F326DB;
}
</style>
background-color css
<style>
a { background-color: #F326DB; }
a { background-color: rgb(243,38,219); }
div.DivClassName
{
background-color: #F326DB;
}
.BgClassName
{
background-color: #F326DB;
}
</style>
border-color css
<style>
span { border-color: #F326DB; }
span { border-color: rgb(243,38,219); }
td.TdClassName
{
border-color: #F326DB;
}
.TagClassName
{
border-color: #F326DB;
}
</style>