Shades of Brilliant Rose #F6599C
Tints of Brilliant Rose #F6599C
RGB
CMYK
RGB Variations
Color information
#F6599C (or 0xF6599C) is known color: Brilliant Rose. HEX triplet: F6, 59 and 9C. RGB value is (246,89,156). Sum of RGB (Red+Green+Blue) = 246+89+156=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6599C is #09A663. Grayscale: #8F8F8F. Windows color (decimal): -632420 or 10246646. OLE color: 10246646.
HSL color Cylindrical-coordinate representation of color #F6599C: hue angle of 334.39º 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 #F6599C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 156 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.04 |
| HSL | 334.39º | 0.9% | 0.66% | - |
| HSV(B) | 334.39º | 0.64% | 0.96% | - |
| XYZ | 47.58 | 29.14 | 34.57 | - |
| YUV | 143.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 156 | 0 | 0.64 | 0.37 | 0.04 | 334.39 | 0.9 | 0.66 |
| Hex | F6 | 59 | 9C | 0 | 40 | 25 | 4 | 14E | 5A | 42 |
| Octal | 366 | 131 | 234 | 0 | 100 | 45 | 4 | 516 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10011100 | 0 | 1000000 | 100101 | 100 | 101001110 | 1011010 | 1000010 |
Color Harmonies of #F6599C
Complementary color
Monochromatic Colors of #F6599C
Black with #F6599C
Text Example
Text Example
White with #F6599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6599C; }
p { color: rgb(246,89,156); }
H1.HeaderClassName
{
color: #F6599C;
}
.AnyTagClassName
{
color: #F6599C;
}
</style>
background-color css
<style>
a { background-color: #F6599C; }
a { background-color: rgb(246,89,156); }
div.DivClassName
{
background-color: #F6599C;
}
.BgClassName
{
background-color: #F6599C;
}
</style>
border-color css
<style>
span { border-color: #F6599C; }
span { border-color: rgb(246,89,156); }
td.TdClassName
{
border-color: #F6599C;
}
.TagClassName
{
border-color: #F6599C;
}
</style>