Shades of Brilliant Rose #F6599B
Tints of Brilliant Rose #F6599B
RGB
CMYK
RGB Variations
Color information
#F6599B (or 0xF6599B) is known color: Brilliant Rose. HEX triplet: F6, 59 and 9B. RGB value is (246,89,155). Sum of RGB (Red+Green+Blue) = 246+89+155=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6599B is #09A664. Grayscale: #8F8F8F. Windows color (decimal): -632421 or 10181110. OLE color: 10181110.
HSL color Cylindrical-coordinate representation of color #F6599B: hue angle of 334.78º 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 #F6599B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 155 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.04 |
| HSL | 334.78º | 0.9% | 0.66% | - |
| HSV(B) | 334.78º | 0.64% | 0.96% | - |
| XYZ | 47.49 | 29.1 | 34.12 | - |
| YUV | 143.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 155 | 0 | 0.64 | 0.37 | 0.04 | 334.78 | 0.9 | 0.66 |
| Hex | F6 | 59 | 9B | 0 | 40 | 25 | 4 | 14F | 5A | 42 |
| Octal | 366 | 131 | 233 | 0 | 100 | 45 | 4 | 517 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10011011 | 0 | 1000000 | 100101 | 100 | 101001111 | 1011010 | 1000010 |
Color Harmonies of #F6599B
Complementary color
Monochromatic Colors of #F6599B
Black with #F6599B
Text Example
Text Example
White with #F6599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6599B; }
p { color: rgb(246,89,155); }
H1.HeaderClassName
{
color: #F6599B;
}
.AnyTagClassName
{
color: #F6599B;
}
</style>
background-color css
<style>
a { background-color: #F6599B; }
a { background-color: rgb(246,89,155); }
div.DivClassName
{
background-color: #F6599B;
}
.BgClassName
{
background-color: #F6599B;
}
</style>
border-color css
<style>
span { border-color: #F6599B; }
span { border-color: rgb(246,89,155); }
td.TdClassName
{
border-color: #F6599B;
}
.TagClassName
{
border-color: #F6599B;
}
</style>