Shades of Brilliant Rose #F459AB
Tints of Brilliant Rose #F459AB
RGB
CMYK
RGB Variations
Color information
#F459AB (or 0xF459AB) is known color: Brilliant Rose. HEX triplet: F4, 59 and AB. RGB value is (244,89,171). Sum of RGB (Red+Green+Blue) = 244+89+171=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F459AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F459AB is #0BA654. Grayscale: #909090. Windows color (decimal): -763477 or 11229684. OLE color: 11229684.
HSL color Cylindrical-coordinate representation of color #F459AB: hue angle of 328.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F459AB is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 171 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.04 |
| HSL | 328.26º | 0.88% | 0.65% | - |
| HSV(B) | 328.26º | 0.64% | 0.96% | - |
| XYZ | 48.23 | 29.32 | 41.64 | - |
| YUV | 144.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 171 | 0 | 0.64 | 0.30 | 0.04 | 328.26 | 0.88 | 0.65 |
| Hex | F4 | 59 | AB | 0 | 40 | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 131 | 253 | 0 | 100 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10101011 | 0 | 1000000 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F459AB
Complementary color
Monochromatic Colors of #F459AB
Black with #F459AB
Text Example
Text Example
White with #F459AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459AB; }
p { color: rgb(244,89,171); }
H1.HeaderClassName
{
color: #F459AB;
}
.AnyTagClassName
{
color: #F459AB;
}
</style>
background-color css
<style>
a { background-color: #F459AB; }
a { background-color: rgb(244,89,171); }
div.DivClassName
{
background-color: #F459AB;
}
.BgClassName
{
background-color: #F459AB;
}
</style>
border-color css
<style>
span { border-color: #F459AB; }
span { border-color: rgb(244,89,171); }
td.TdClassName
{
border-color: #F459AB;
}
.TagClassName
{
border-color: #F459AB;
}
</style>