Shades of Razzle Dazzle Rose #F325DB
Tints of Razzle Dazzle Rose #F325DB
RGB
CMYK
RGB Variations
Color information
#F325DB (or 0xF325DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and DB. RGB value is (243,37,219). Sum of RGB (Red+Green+Blue) = 243+37+219=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F325DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325DB is #0CDA24. Grayscale: #767676. Windows color (decimal): -842277 or 14362099. OLE color: 14362099.
HSL color Cylindrical-coordinate representation of color #F325DB: hue angle of 306.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325DB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 219 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 306.99º | 0.9% | 0.55% | - |
| HSV(B) | 306.99º | 0.85% | 0.95% | - |
| XYZ | 50.41 | 25.49 | 69.28 | - |
| YUV | 119.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 219 | 0 | 0.85 | 0.10 | 0.05 | 306.99 | 0.9 | 0.55 |
| Hex | F3 | 25 | DB | 0 | 55 | A | 5 | 133 | 5A | 37 |
| Octal | 363 | 45 | 333 | 0 | 125 | 12 | 5 | 463 | 132 | 67 |
| Binary | 11110011 | 100101 | 11011011 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F325DB
Complementary color
Monochromatic Colors of #F325DB
Black with #F325DB
Text Example
Text Example
White with #F325DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325DB; }
p { color: rgb(243,37,219); }
H1.HeaderClassName
{
color: #F325DB;
}
.AnyTagClassName
{
color: #F325DB;
}
</style>
background-color css
<style>
a { background-color: #F325DB; }
a { background-color: rgb(243,37,219); }
div.DivClassName
{
background-color: #F325DB;
}
.BgClassName
{
background-color: #F325DB;
}
</style>
border-color css
<style>
span { border-color: #F325DB; }
span { border-color: rgb(243,37,219); }
td.TdClassName
{
border-color: #F325DB;
}
.TagClassName
{
border-color: #F325DB;
}
</style>