Shades of Brilliant Rose #F459AF
Tints of Brilliant Rose #F459AF
RGB
CMYK
RGB Variations
Color information
#F459AF (or 0xF459AF) is known color: Brilliant Rose. HEX triplet: F4, 59 and AF. RGB value is (244,89,175). Sum of RGB (Red+Green+Blue) = 244+89+175=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F459AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F459AF is #0BA650. Grayscale: #909090. Windows color (decimal): -763473 or 11491828. OLE color: 11491828.
HSL color Cylindrical-coordinate representation of color #F459AF: hue angle of 326.71º 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 #F459AF is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 175 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.04 |
| HSL | 326.71º | 0.88% | 0.65% | - |
| HSV(B) | 326.71º | 0.64% | 0.96% | - |
| XYZ | 48.62 | 29.47 | 43.68 | - |
| YUV | 145.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 175 | 0 | 0.64 | 0.28 | 0.04 | 326.71 | 0.88 | 0.65 |
| Hex | F4 | 59 | AF | 0 | 40 | 1C | 4 | 147 | 58 | 41 |
| Octal | 364 | 131 | 257 | 0 | 100 | 34 | 4 | 507 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10101111 | 0 | 1000000 | 11100 | 100 | 101000111 | 1011000 | 1000001 |
Color Harmonies of #F459AF
Complementary color
Monochromatic Colors of #F459AF
Black with #F459AF
Text Example
Text Example
White with #F459AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459AF; }
p { color: rgb(244,89,175); }
H1.HeaderClassName
{
color: #F459AF;
}
.AnyTagClassName
{
color: #F459AF;
}
</style>
background-color css
<style>
a { background-color: #F459AF; }
a { background-color: rgb(244,89,175); }
div.DivClassName
{
background-color: #F459AF;
}
.BgClassName
{
background-color: #F459AF;
}
</style>
border-color css
<style>
span { border-color: #F459AF; }
span { border-color: rgb(244,89,175); }
td.TdClassName
{
border-color: #F459AF;
}
.TagClassName
{
border-color: #F459AF;
}
</style>