Shades of Brilliant Rose #F45AA0
Tints of Brilliant Rose #F45AA0
RGB
CMYK
RGB Variations
Color information
#F45AA0 (or 0xF45AA0) is known color: Brilliant Rose. HEX triplet: F4, 5A and A0. RGB value is (244,90,160). Sum of RGB (Red+Green+Blue) = 244+90+160=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AA0 is #0BA55F. Grayscale: #8F8F8F. Windows color (decimal): -763232 or 10509044. OLE color: 10509044.
HSL color Cylindrical-coordinate representation of color #F45AA0: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AA0 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 160 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.04 |
| HSL | 332.73º | 0.88% | 0.65% | - |
| HSV(B) | 332.73º | 0.63% | 0.96% | - |
| XYZ | 47.31 | 29.08 | 36.38 | - |
| YUV | 144.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 160 | 0 | 0.63 | 0.34 | 0.04 | 332.73 | 0.88 | 0.65 |
| Hex | F4 | 5A | A0 | 0 | 3F | 22 | 4 | 14D | 58 | 41 |
| Octal | 364 | 132 | 240 | 0 | 77 | 42 | 4 | 515 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10100000 | 0 | 111111 | 100010 | 100 | 101001101 | 1011000 | 1000001 |
Color Harmonies of #F45AA0
Complementary color
Monochromatic Colors of #F45AA0
Black with #F45AA0
Text Example
Text Example
White with #F45AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AA0; }
p { color: rgb(244,90,160); }
H1.HeaderClassName
{
color: #F45AA0;
}
.AnyTagClassName
{
color: #F45AA0;
}
</style>
background-color css
<style>
a { background-color: #F45AA0; }
a { background-color: rgb(244,90,160); }
div.DivClassName
{
background-color: #F45AA0;
}
.BgClassName
{
background-color: #F45AA0;
}
</style>
border-color css
<style>
span { border-color: #F45AA0; }
span { border-color: rgb(244,90,160); }
td.TdClassName
{
border-color: #F45AA0;
}
.TagClassName
{
border-color: #F45AA0;
}
</style>