Shades of Brilliant Rose #F45199
Tints of Brilliant Rose #F45199
RGB
CMYK
RGB Variations
Color information
#F45199 (or 0xF45199) is known color: Brilliant Rose. HEX triplet: F4, 51 and 99. RGB value is (244,81,153). Sum of RGB (Red+Green+Blue) = 244+81+153=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F45199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45199 is #0BAE66. Grayscale: #898989. Windows color (decimal): -765543 or 10047988. OLE color: 10047988.
HSL color Cylindrical-coordinate representation of color #F45199: hue angle of 333.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45199 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 153 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.04 |
| HSL | 333.5º | 0.88% | 0.64% | - |
| HSV(B) | 333.5º | 0.67% | 0.96% | - |
| XYZ | 46 | 27.42 | 33 | - |
| YUV | 137.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 153 | 0 | 0.67 | 0.37 | 0.04 | 333.5 | 0.88 | 0.64 |
| Hex | F4 | 51 | 99 | 0 | 43 | 25 | 4 | 14D | 58 | 40 |
| Octal | 364 | 121 | 231 | 0 | 103 | 45 | 4 | 515 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10011001 | 0 | 1000011 | 100101 | 100 | 101001101 | 1011000 | 1000000 |
Color Harmonies of #F45199
Complementary color
Monochromatic Colors of #F45199
Black with #F45199
Text Example
Text Example
White with #F45199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45199; }
p { color: rgb(244,81,153); }
H1.HeaderClassName
{
color: #F45199;
}
.AnyTagClassName
{
color: #F45199;
}
</style>
background-color css
<style>
a { background-color: #F45199; }
a { background-color: rgb(244,81,153); }
div.DivClassName
{
background-color: #F45199;
}
.BgClassName
{
background-color: #F45199;
}
</style>
border-color css
<style>
span { border-color: #F45199; }
span { border-color: rgb(244,81,153); }
td.TdClassName
{
border-color: #F45199;
}
.TagClassName
{
border-color: #F45199;
}
</style>