Shades of Razzle Dazzle Rose #F539BD
Tints of Razzle Dazzle Rose #F539BD
RGB
CMYK
RGB Variations
Color information
#F539BD (or 0xF539BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and BD. RGB value is (245,57,189). Sum of RGB (Red+Green+Blue) = 245+57+189=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F539BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539BD is #0AC642. Grayscale: #7F7F7F. Windows color (decimal): -706115 or 12401141. OLE color: 12401141.
HSL color Cylindrical-coordinate representation of color #F539BD: hue angle of 317.87º 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 #F539BD is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 189 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.04 |
| HSL | 317.87º | 0.9% | 0.59% | - |
| HSV(B) | 317.87º | 0.77% | 0.96% | - |
| XYZ | 48.3 | 26.01 | 50.62 | - |
| YUV | 128.26 | 162.28 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 189 | 0 | 0.77 | 0.23 | 0.04 | 317.87 | 0.9 | 0.59 |
| Hex | F5 | 39 | BD | 0 | 4D | 17 | 4 | 13E | 5A | 3B |
| Octal | 365 | 71 | 275 | 0 | 115 | 27 | 4 | 476 | 132 | 73 |
| Binary | 11110101 | 111001 | 10111101 | 0 | 1001101 | 10111 | 100 | 100111110 | 1011010 | 111011 |
Color Harmonies of #F539BD
Complementary color
Monochromatic Colors of #F539BD
Black with #F539BD
Text Example
Text Example
White with #F539BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F539BD; }
p { color: rgb(245,57,189); }
H1.HeaderClassName
{
color: #F539BD;
}
.AnyTagClassName
{
color: #F539BD;
}
</style>
background-color css
<style>
a { background-color: #F539BD; }
a { background-color: rgb(245,57,189); }
div.DivClassName
{
background-color: #F539BD;
}
.BgClassName
{
background-color: #F539BD;
}
</style>
border-color css
<style>
span { border-color: #F539BD; }
span { border-color: rgb(245,57,189); }
td.TdClassName
{
border-color: #F539BD;
}
.TagClassName
{
border-color: #F539BD;
}
</style>