Shades of Brilliant Rose #F7599B
Tints of Brilliant Rose #F7599B
RGB
CMYK
RGB Variations
Color information
#F7599B (or 0xF7599B) is known color: Brilliant Rose. HEX triplet: F7, 59 and 9B. RGB value is (247,89,155). Sum of RGB (Red+Green+Blue) = 247+89+155=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7599B is #08A664. Grayscale: #8F8F8F. Windows color (decimal): -566885 or 10181111. OLE color: 10181111.
HSL color Cylindrical-coordinate representation of color #F7599B: hue angle of 334.94º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7599B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 155 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.03 |
| HSL | 334.94º | 0.91% | 0.66% | - |
| HSV(B) | 334.94º | 0.64% | 0.97% | - |
| XYZ | 47.85 | 29.29 | 34.14 | - |
| YUV | 143.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 155 | 0 | 0.64 | 0.37 | 0.03 | 334.94 | 0.91 | 0.66 |
| Hex | F7 | 59 | 9B | 0 | 40 | 25 | 3 | 14F | 5B | 42 |
| Octal | 367 | 131 | 233 | 0 | 100 | 45 | 3 | 517 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10011011 | 0 | 1000000 | 100101 | 11 | 101001111 | 1011011 | 1000010 |
Color Harmonies of #F7599B
Complementary color
Monochromatic Colors of #F7599B
Black with #F7599B
Text Example
Text Example
White with #F7599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7599B; }
p { color: rgb(247,89,155); }
H1.HeaderClassName
{
color: #F7599B;
}
.AnyTagClassName
{
color: #F7599B;
}
</style>
background-color css
<style>
a { background-color: #F7599B; }
a { background-color: rgb(247,89,155); }
div.DivClassName
{
background-color: #F7599B;
}
.BgClassName
{
background-color: #F7599B;
}
</style>
border-color css
<style>
span { border-color: #F7599B; }
span { border-color: rgb(247,89,155); }
td.TdClassName
{
border-color: #F7599B;
}
.TagClassName
{
border-color: #F7599B;
}
</style>