Shades of Brilliant Rose #F458A9
Tints of Brilliant Rose #F458A9
RGB
CMYK
RGB Variations
Color information
#F458A9 (or 0xF458A9) is known color: Brilliant Rose. HEX triplet: F4, 58 and A9. RGB value is (244,88,169). Sum of RGB (Red+Green+Blue) = 244+88+169=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F458A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F458A9 is #0BA756. Grayscale: #8F8F8F. Windows color (decimal): -763735 or 11098356. OLE color: 11098356.
HSL color Cylindrical-coordinate representation of color #F458A9: hue angle of 328.85º 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 #F458A9 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 169 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 328.85º | 0.88% | 0.65% | - |
| HSV(B) | 328.85º | 0.64% | 0.96% | - |
| XYZ | 47.96 | 29.08 | 40.62 | - |
| YUV | 143.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 169 | 0 | 0.64 | 0.31 | 0.04 | 328.85 | 0.88 | 0.65 |
| Hex | F4 | 58 | A9 | 0 | 40 | 1F | 4 | 149 | 58 | 41 |
| Octal | 364 | 130 | 251 | 0 | 100 | 37 | 4 | 511 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10101001 | 0 | 1000000 | 11111 | 100 | 101001001 | 1011000 | 1000001 |
Color Harmonies of #F458A9
Complementary color
Monochromatic Colors of #F458A9
Black with #F458A9
Text Example
Text Example
White with #F458A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458A9; }
p { color: rgb(244,88,169); }
H1.HeaderClassName
{
color: #F458A9;
}
.AnyTagClassName
{
color: #F458A9;
}
</style>
background-color css
<style>
a { background-color: #F458A9; }
a { background-color: rgb(244,88,169); }
div.DivClassName
{
background-color: #F458A9;
}
.BgClassName
{
background-color: #F458A9;
}
</style>
border-color css
<style>
span { border-color: #F458A9; }
span { border-color: rgb(244,88,169); }
td.TdClassName
{
border-color: #F458A9;
}
.TagClassName
{
border-color: #F458A9;
}
</style>