Shades of Brilliant Rose #F45AA1
Tints of Brilliant Rose #F45AA1
RGB
CMYK
RGB Variations
Color information
#F45AA1 (or 0xF45AA1) is known color: Brilliant Rose. HEX triplet: F4, 5A and A1. RGB value is (244,90,161). Sum of RGB (Red+Green+Blue) = 244+90+161=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AA1 is #0BA55E. Grayscale: #909090. Windows color (decimal): -763231 or 10574580. OLE color: 10574580.
HSL color Cylindrical-coordinate representation of color #F45AA1: hue angle of 332.34º 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 #F45AA1 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 161 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.04 |
| HSL | 332.34º | 0.88% | 0.65% | - |
| HSV(B) | 332.34º | 0.63% | 0.96% | - |
| XYZ | 47.4 | 29.12 | 36.84 | - |
| YUV | 144.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 161 | 0 | 0.63 | 0.34 | 0.04 | 332.34 | 0.88 | 0.65 |
| Hex | F4 | 5A | A1 | 0 | 3F | 22 | 4 | 14C | 58 | 41 |
| Octal | 364 | 132 | 241 | 0 | 77 | 42 | 4 | 514 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10100001 | 0 | 111111 | 100010 | 100 | 101001100 | 1011000 | 1000001 |
Color Harmonies of #F45AA1
Complementary color
Monochromatic Colors of #F45AA1
Black with #F45AA1
Text Example
Text Example
White with #F45AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AA1; }
p { color: rgb(244,90,161); }
H1.HeaderClassName
{
color: #F45AA1;
}
.AnyTagClassName
{
color: #F45AA1;
}
</style>
background-color css
<style>
a { background-color: #F45AA1; }
a { background-color: rgb(244,90,161); }
div.DivClassName
{
background-color: #F45AA1;
}
.BgClassName
{
background-color: #F45AA1;
}
</style>
border-color css
<style>
span { border-color: #F45AA1; }
span { border-color: rgb(244,90,161); }
td.TdClassName
{
border-color: #F45AA1;
}
.TagClassName
{
border-color: #F45AA1;
}
</style>