Shades of Brilliant Rose #F45EA2
Tints of Brilliant Rose #F45EA2
RGB
CMYK
RGB Variations
Color information
#F45EA2 (or 0xF45EA2) is known color: Brilliant Rose. HEX triplet: F4, 5E and A2. RGB value is (244,94,162). Sum of RGB (Red+Green+Blue) = 244+94+162=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45EA2 is #0BA15D. Grayscale: #929292. Windows color (decimal): -762206 or 10641140. OLE color: 10641140.
HSL color Cylindrical-coordinate representation of color #F45EA2: hue angle of 332.8º 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 #F45EA2 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 162 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.04 |
| HSL | 332.8º | 0.87% | 0.66% | - |
| HSV(B) | 332.8º | 0.61% | 0.96% | - |
| XYZ | 47.83 | 29.85 | 37.42 | - |
| YUV | 146.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 162 | 0 | 0.61 | 0.34 | 0.04 | 332.8 | 0.87 | 0.66 |
| Hex | F4 | 5E | A2 | 0 | 3D | 22 | 4 | 14D | 57 | 42 |
| Octal | 364 | 136 | 242 | 0 | 75 | 42 | 4 | 515 | 127 | 102 |
| Binary | 11110100 | 1011110 | 10100010 | 0 | 111101 | 100010 | 100 | 101001101 | 1010111 | 1000010 |
Color Harmonies of #F45EA2
Complementary color
Monochromatic Colors of #F45EA2
Black with #F45EA2
Text Example
Text Example
White with #F45EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EA2; }
p { color: rgb(244,94,162); }
H1.HeaderClassName
{
color: #F45EA2;
}
.AnyTagClassName
{
color: #F45EA2;
}
</style>
background-color css
<style>
a { background-color: #F45EA2; }
a { background-color: rgb(244,94,162); }
div.DivClassName
{
background-color: #F45EA2;
}
.BgClassName
{
background-color: #F45EA2;
}
</style>
border-color css
<style>
span { border-color: #F45EA2; }
span { border-color: rgb(244,94,162); }
td.TdClassName
{
border-color: #F45EA2;
}
.TagClassName
{
border-color: #F45EA2;
}
</style>