Shades of Razzle Dazzle Rose #F339DB
Tints of Razzle Dazzle Rose #F339DB
RGB
CMYK
RGB Variations
Color information
#F339DB (or 0xF339DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 39 and DB. RGB value is (243,57,219). Sum of RGB (Red+Green+Blue) = 243+57+219=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F339DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F339DB is #0CC624. Grayscale: #828282. Windows color (decimal): -837157 or 14367219. OLE color: 14367219.
HSL color Cylindrical-coordinate representation of color #F339DB: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F339DB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 219 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.05 |
| HSL | 307.74º | 0.89% | 0.59% | - |
| HSV(B) | 307.74º | 0.77% | 0.95% | - |
| XYZ | 51.21 | 27.1 | 69.55 | - |
| YUV | 131.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 219 | 0 | 0.77 | 0.10 | 0.05 | 307.74 | 0.89 | 0.59 |
| Hex | F3 | 39 | DB | 0 | 4D | A | 5 | 134 | 59 | 3B |
| Octal | 363 | 71 | 333 | 0 | 115 | 12 | 5 | 464 | 131 | 73 |
| Binary | 11110011 | 111001 | 11011011 | 0 | 1001101 | 1010 | 101 | 100110100 | 1011001 | 111011 |
Color Harmonies of #F339DB
Complementary color
Monochromatic Colors of #F339DB
Black with #F339DB
Text Example
Text Example
White with #F339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339DB; }
p { color: rgb(243,57,219); }
H1.HeaderClassName
{
color: #F339DB;
}
.AnyTagClassName
{
color: #F339DB;
}
</style>
background-color css
<style>
a { background-color: #F339DB; }
a { background-color: rgb(243,57,219); }
div.DivClassName
{
background-color: #F339DB;
}
.BgClassName
{
background-color: #F339DB;
}
</style>
border-color css
<style>
span { border-color: #F339DB; }
span { border-color: rgb(243,57,219); }
td.TdClassName
{
border-color: #F339DB;
}
.TagClassName
{
border-color: #F339DB;
}
</style>