Shades of Brilliant Rose #F759AB
Tints of Brilliant Rose #F759AB
RGB
CMYK
RGB Variations
Color information
#F759AB (or 0xF759AB) is known color: Brilliant Rose. HEX triplet: F7, 59 and AB. RGB value is (247,89,171). Sum of RGB (Red+Green+Blue) = 247+89+171=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F759AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F759AB is #08A654. Grayscale: #919191. Windows color (decimal): -566869 or 11229687. OLE color: 11229687.
HSL color Cylindrical-coordinate representation of color #F759AB: hue angle of 328.86º 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 #F759AB is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 171 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.03 |
| HSL | 328.86º | 0.91% | 0.66% | - |
| HSV(B) | 328.86º | 0.64% | 0.97% | - |
| XYZ | 49.28 | 29.86 | 41.69 | - |
| YUV | 145.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 171 | 0 | 0.64 | 0.31 | 0.03 | 328.86 | 0.91 | 0.66 |
| Hex | F7 | 59 | AB | 0 | 40 | 1F | 3 | 149 | 5B | 42 |
| Octal | 367 | 131 | 253 | 0 | 100 | 37 | 3 | 511 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10101011 | 0 | 1000000 | 11111 | 11 | 101001001 | 1011011 | 1000010 |
Color Harmonies of #F759AB
Complementary color
Monochromatic Colors of #F759AB
Black with #F759AB
Text Example
Text Example
White with #F759AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759AB; }
p { color: rgb(247,89,171); }
H1.HeaderClassName
{
color: #F759AB;
}
.AnyTagClassName
{
color: #F759AB;
}
</style>
background-color css
<style>
a { background-color: #F759AB; }
a { background-color: rgb(247,89,171); }
div.DivClassName
{
background-color: #F759AB;
}
.BgClassName
{
background-color: #F759AB;
}
</style>
border-color css
<style>
span { border-color: #F759AB; }
span { border-color: rgb(247,89,171); }
td.TdClassName
{
border-color: #F759AB;
}
.TagClassName
{
border-color: #F759AB;
}
</style>