Shades of Brilliant Rose #F45896
Tints of Brilliant Rose #F45896
RGB
CMYK
RGB Variations
Color information
#F45896 (or 0xF45896) is known color: Brilliant Rose. HEX triplet: F4, 58 and 96. RGB value is (244,88,150). Sum of RGB (Red+Green+Blue) = 244+88+150=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F45896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45896 is #0BA769. Grayscale: #8D8D8D. Windows color (decimal): -763754 or 9853172. OLE color: 9853172.
HSL color Cylindrical-coordinate representation of color #F45896: hue angle of 336.15º 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 #F45896 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 150 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.04 |
| HSL | 336.15º | 0.88% | 0.65% | - |
| HSV(B) | 336.15º | 0.64% | 0.96% | - |
| XYZ | 46.3 | 28.41 | 31.9 | - |
| YUV | 141.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 150 | 0 | 0.64 | 0.39 | 0.04 | 336.15 | 0.88 | 0.65 |
| Hex | F4 | 58 | 96 | 0 | 40 | 27 | 4 | 150 | 58 | 41 |
| Octal | 364 | 130 | 226 | 0 | 100 | 47 | 4 | 520 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10010110 | 0 | 1000000 | 100111 | 100 | 101010000 | 1011000 | 1000001 |
Color Harmonies of #F45896
Complementary color
Monochromatic Colors of #F45896
Black with #F45896
Text Example
Text Example
White with #F45896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45896; }
p { color: rgb(244,88,150); }
H1.HeaderClassName
{
color: #F45896;
}
.AnyTagClassName
{
color: #F45896;
}
</style>
background-color css
<style>
a { background-color: #F45896; }
a { background-color: rgb(244,88,150); }
div.DivClassName
{
background-color: #F45896;
}
.BgClassName
{
background-color: #F45896;
}
</style>
border-color css
<style>
span { border-color: #F45896; }
span { border-color: rgb(244,88,150); }
td.TdClassName
{
border-color: #F45896;
}
.TagClassName
{
border-color: #F45896;
}
</style>