Shades of Brilliant Rose #F6539C
Tints of Brilliant Rose #F6539C
RGB
CMYK
RGB Variations
Color information
#F6539C (or 0xF6539C) is known color: Brilliant Rose. HEX triplet: F6, 53 and 9C. RGB value is (246,83,156). Sum of RGB (Red+Green+Blue) = 246+83+156=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6539C is #09AC63. Grayscale: #8B8B8B. Windows color (decimal): -633956 or 10245110. OLE color: 10245110.
HSL color Cylindrical-coordinate representation of color #F6539C: hue angle of 333.13º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6539C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 156 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.04 |
| HSL | 333.13º | 0.9% | 0.65% | - |
| HSV(B) | 333.13º | 0.66% | 0.96% | - |
| XYZ | 47.1 | 28.18 | 34.41 | - |
| YUV | 140.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 156 | 0 | 0.66 | 0.37 | 0.04 | 333.13 | 0.9 | 0.65 |
| Hex | F6 | 53 | 9C | 0 | 42 | 25 | 4 | 14D | 5A | 41 |
| Octal | 366 | 123 | 234 | 0 | 102 | 45 | 4 | 515 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10011100 | 0 | 1000010 | 100101 | 100 | 101001101 | 1011010 | 1000001 |
Color Harmonies of #F6539C
Complementary color
Monochromatic Colors of #F6539C
Black with #F6539C
Text Example
Text Example
White with #F6539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6539C; }
p { color: rgb(246,83,156); }
H1.HeaderClassName
{
color: #F6539C;
}
.AnyTagClassName
{
color: #F6539C;
}
</style>
background-color css
<style>
a { background-color: #F6539C; }
a { background-color: rgb(246,83,156); }
div.DivClassName
{
background-color: #F6539C;
}
.BgClassName
{
background-color: #F6539C;
}
</style>
border-color css
<style>
span { border-color: #F6539C; }
span { border-color: rgb(246,83,156); }
td.TdClassName
{
border-color: #F6539C;
}
.TagClassName
{
border-color: #F6539C;
}
</style>