Shades of Razzle Dazzle Rose #F337DB
Tints of Razzle Dazzle Rose #F337DB
RGB
CMYK
RGB Variations
Color information
#F337DB (or 0xF337DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 37 and DB. RGB value is (243,55,219). Sum of RGB (Red+Green+Blue) = 243+55+219=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F337DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F337DB is #0CC824. Grayscale: #818181. Windows color (decimal): -837669 or 14366707. OLE color: 14366707.
HSL color Cylindrical-coordinate representation of color #F337DB: hue angle of 307.66º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F337DB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.05 |
| HSL | 307.66º | 0.89% | 0.58% | - |
| HSV(B) | 307.66º | 0.77% | 0.95% | - |
| XYZ | 51.11 | 26.9 | 69.52 | - |
| YUV | 129.91 | 178.28 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 219 | 0 | 0.77 | 0.10 | 0.05 | 307.66 | 0.89 | 0.58 |
| Hex | F3 | 37 | DB | 0 | 4D | A | 5 | 134 | 59 | 3A |
| Octal | 363 | 67 | 333 | 0 | 115 | 12 | 5 | 464 | 131 | 72 |
| Binary | 11110011 | 110111 | 11011011 | 0 | 1001101 | 1010 | 101 | 100110100 | 1011001 | 111010 |
Color Harmonies of #F337DB
Complementary color
Monochromatic Colors of #F337DB
Black with #F337DB
Text Example
Text Example
White with #F337DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337DB; }
p { color: rgb(243,55,219); }
H1.HeaderClassName
{
color: #F337DB;
}
.AnyTagClassName
{
color: #F337DB;
}
</style>
background-color css
<style>
a { background-color: #F337DB; }
a { background-color: rgb(243,55,219); }
div.DivClassName
{
background-color: #F337DB;
}
.BgClassName
{
background-color: #F337DB;
}
</style>
border-color css
<style>
span { border-color: #F337DB; }
span { border-color: rgb(243,55,219); }
td.TdClassName
{
border-color: #F337DB;
}
.TagClassName
{
border-color: #F337DB;
}
</style>