Shades of Razzle Dazzle Rose #F539DB
Tints of Razzle Dazzle Rose #F539DB
RGB
CMYK
RGB Variations
Color information
#F539DB (or 0xF539DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and DB. RGB value is (245,57,219). Sum of RGB (Red+Green+Blue) = 245+57+219=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F539DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539DB is #0AC624. Grayscale: #838383. Windows color (decimal): -706085 or 14367221. OLE color: 14367221.
HSL color Cylindrical-coordinate representation of color #F539DB: hue angle of 308.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539DB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 219 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.04 |
| HSL | 308.3º | 0.9% | 0.59% | - |
| HSV(B) | 308.3º | 0.77% | 0.96% | - |
| XYZ | 51.91 | 27.45 | 69.58 | - |
| YUV | 131.68 | 177.28 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 219 | 0 | 0.77 | 0.11 | 0.04 | 308.3 | 0.9 | 0.59 |
| Hex | F5 | 39 | DB | 0 | 4D | B | 4 | 134 | 5A | 3B |
| Octal | 365 | 71 | 333 | 0 | 115 | 13 | 4 | 464 | 132 | 73 |
| Binary | 11110101 | 111001 | 11011011 | 0 | 1001101 | 1011 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F539DB
Complementary color
Monochromatic Colors of #F539DB
Black with #F539DB
Text Example
Text Example
White with #F539DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F539DB; }
p { color: rgb(245,57,219); }
H1.HeaderClassName
{
color: #F539DB;
}
.AnyTagClassName
{
color: #F539DB;
}
</style>
background-color css
<style>
a { background-color: #F539DB; }
a { background-color: rgb(245,57,219); }
div.DivClassName
{
background-color: #F539DB;
}
.BgClassName
{
background-color: #F539DB;
}
</style>
border-color css
<style>
span { border-color: #F539DB; }
span { border-color: rgb(245,57,219); }
td.TdClassName
{
border-color: #F539DB;
}
.TagClassName
{
border-color: #F539DB;
}
</style>