Shades of Brilliant Rose #F45EA1
Tints of Brilliant Rose #F45EA1
RGB
CMYK
RGB Variations
Color information
#F45EA1 (or 0xF45EA1) is known color: Brilliant Rose. HEX triplet: F4, 5E and A1. RGB value is (244,94,161). Sum of RGB (Red+Green+Blue) = 244+94+161=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45EA1 is #0BA15E. Grayscale: #929292. Windows color (decimal): -762207 or 10575604. OLE color: 10575604.
HSL color Cylindrical-coordinate representation of color #F45EA1: hue angle of 333.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45EA1 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 161 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.04 |
| HSL | 333.2º | 0.87% | 0.66% | - |
| HSV(B) | 333.2º | 0.61% | 0.96% | - |
| XYZ | 47.74 | 29.81 | 36.96 | - |
| YUV | 146.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 161 | 0 | 0.61 | 0.34 | 0.04 | 333.2 | 0.87 | 0.66 |
| Hex | F4 | 5E | A1 | 0 | 3D | 22 | 4 | 14D | 57 | 42 |
| Octal | 364 | 136 | 241 | 0 | 75 | 42 | 4 | 515 | 127 | 102 |
| Binary | 11110100 | 1011110 | 10100001 | 0 | 111101 | 100010 | 100 | 101001101 | 1010111 | 1000010 |
Color Harmonies of #F45EA1
Complementary color
Monochromatic Colors of #F45EA1
Black with #F45EA1
Text Example
Text Example
White with #F45EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EA1; }
p { color: rgb(244,94,161); }
H1.HeaderClassName
{
color: #F45EA1;
}
.AnyTagClassName
{
color: #F45EA1;
}
</style>
background-color css
<style>
a { background-color: #F45EA1; }
a { background-color: rgb(244,94,161); }
div.DivClassName
{
background-color: #F45EA1;
}
.BgClassName
{
background-color: #F45EA1;
}
</style>
border-color css
<style>
span { border-color: #F45EA1; }
span { border-color: rgb(244,94,161); }
td.TdClassName
{
border-color: #F45EA1;
}
.TagClassName
{
border-color: #F45EA1;
}
</style>