Shades of Brilliant Rose #F459AA
Tints of Brilliant Rose #F459AA
RGB
CMYK
RGB Variations
Color information
#F459AA (or 0xF459AA) is known color: Brilliant Rose. HEX triplet: F4, 59 and AA. RGB value is (244,89,170). Sum of RGB (Red+Green+Blue) = 244+89+170=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F459AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F459AA is #0BA655. Grayscale: #909090. Windows color (decimal): -763478 or 11164148. OLE color: 11164148.
HSL color Cylindrical-coordinate representation of color #F459AA: hue angle of 328.65º 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 #F459AA is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 170 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.04 |
| HSL | 328.65º | 0.88% | 0.65% | - |
| HSV(B) | 328.65º | 0.64% | 0.96% | - |
| XYZ | 48.14 | 29.28 | 41.14 | - |
| YUV | 144.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 170 | 0 | 0.64 | 0.30 | 0.04 | 328.65 | 0.88 | 0.65 |
| Hex | F4 | 59 | AA | 0 | 40 | 1E | 4 | 149 | 58 | 41 |
| Octal | 364 | 131 | 252 | 0 | 100 | 36 | 4 | 511 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10101010 | 0 | 1000000 | 11110 | 100 | 101001001 | 1011000 | 1000001 |
Color Harmonies of #F459AA
Complementary color
Monochromatic Colors of #F459AA
Black with #F459AA
Text Example
Text Example
White with #F459AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459AA; }
p { color: rgb(244,89,170); }
H1.HeaderClassName
{
color: #F459AA;
}
.AnyTagClassName
{
color: #F459AA;
}
</style>
background-color css
<style>
a { background-color: #F459AA; }
a { background-color: rgb(244,89,170); }
div.DivClassName
{
background-color: #F459AA;
}
.BgClassName
{
background-color: #F459AA;
}
</style>
border-color css
<style>
span { border-color: #F459AA; }
span { border-color: rgb(244,89,170); }
td.TdClassName
{
border-color: #F459AA;
}
.TagClassName
{
border-color: #F459AA;
}
</style>