Shades of Brilliant Rose #F6599F
Tints of Brilliant Rose #F6599F
RGB
CMYK
RGB Variations
Color information
#F6599F (or 0xF6599F) is known color: Brilliant Rose. HEX triplet: F6, 59 and 9F. RGB value is (246,89,159). Sum of RGB (Red+Green+Blue) = 246+89+159=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6599F is #09A660. Grayscale: #8F8F8F. Windows color (decimal): -632417 or 10443254. OLE color: 10443254.
HSL color Cylindrical-coordinate representation of color #F6599F: hue angle of 333.25º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6599F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 159 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.04 |
| HSL | 333.25º | 0.9% | 0.66% | - |
| HSV(B) | 333.25º | 0.64% | 0.96% | - |
| XYZ | 47.84 | 29.24 | 35.92 | - |
| YUV | 143.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 159 | 0 | 0.64 | 0.35 | 0.04 | 333.25 | 0.9 | 0.66 |
| Hex | F6 | 59 | 9F | 0 | 40 | 23 | 4 | 14D | 5A | 42 |
| Octal | 366 | 131 | 237 | 0 | 100 | 43 | 4 | 515 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10011111 | 0 | 1000000 | 100011 | 100 | 101001101 | 1011010 | 1000010 |
Color Harmonies of #F6599F
Complementary color
Monochromatic Colors of #F6599F
Black with #F6599F
Text Example
Text Example
White with #F6599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6599F; }
p { color: rgb(246,89,159); }
H1.HeaderClassName
{
color: #F6599F;
}
.AnyTagClassName
{
color: #F6599F;
}
</style>
background-color css
<style>
a { background-color: #F6599F; }
a { background-color: rgb(246,89,159); }
div.DivClassName
{
background-color: #F6599F;
}
.BgClassName
{
background-color: #F6599F;
}
</style>
border-color css
<style>
span { border-color: #F6599F; }
span { border-color: rgb(246,89,159); }
td.TdClassName
{
border-color: #F6599F;
}
.TagClassName
{
border-color: #F6599F;
}
</style>