Shades of Razzle Dazzle Rose #F539C7
Tints of Razzle Dazzle Rose #F539C7
RGB
CMYK
RGB Variations
Color information
#F539C7 (or 0xF539C7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and C7. RGB value is (245,57,199). Sum of RGB (Red+Green+Blue) = 245+57+199=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F539C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539C7 is #0AC638. Grayscale: #818181. Windows color (decimal): -706105 or 13056501. OLE color: 13056501.
HSL color Cylindrical-coordinate representation of color #F539C7: hue angle of 314.68º 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 #F539C7 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 199 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.04 |
| HSL | 314.68º | 0.9% | 0.59% | - |
| HSV(B) | 314.68º | 0.77% | 0.96% | - |
| XYZ | 49.43 | 26.46 | 56.54 | - |
| YUV | 129.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 199 | 0 | 0.77 | 0.19 | 0.04 | 314.68 | 0.9 | 0.59 |
| Hex | F5 | 39 | C7 | 0 | 4D | 13 | 4 | 13B | 5A | 3B |
| Octal | 365 | 71 | 307 | 0 | 115 | 23 | 4 | 473 | 132 | 73 |
| Binary | 11110101 | 111001 | 11000111 | 0 | 1001101 | 10011 | 100 | 100111011 | 1011010 | 111011 |
Color Harmonies of #F539C7
Complementary color
Monochromatic Colors of #F539C7
Black with #F539C7
Text Example
Text Example
White with #F539C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F539C7; }
p { color: rgb(245,57,199); }
H1.HeaderClassName
{
color: #F539C7;
}
.AnyTagClassName
{
color: #F539C7;
}
</style>
background-color css
<style>
a { background-color: #F539C7; }
a { background-color: rgb(245,57,199); }
div.DivClassName
{
background-color: #F539C7;
}
.BgClassName
{
background-color: #F539C7;
}
</style>
border-color css
<style>
span { border-color: #F539C7; }
span { border-color: rgb(245,57,199); }
td.TdClassName
{
border-color: #F539C7;
}
.TagClassName
{
border-color: #F539C7;
}
</style>