Shades of Brilliant Rose #F45BA6
Tints of Brilliant Rose #F45BA6
RGB
CMYK
RGB Variations
Color information
#F45BA6 (or 0xF45BA6) is known color: Brilliant Rose. HEX triplet: F4, 5B and A6. RGB value is (244,91,166). Sum of RGB (Red+Green+Blue) = 244+91+166=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45BA6 is #0BA459. Grayscale: #919191. Windows color (decimal): -762970 or 10902516. OLE color: 10902516.
HSL color Cylindrical-coordinate representation of color #F45BA6: hue angle of 330.59º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45BA6 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 166 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.04 |
| HSL | 330.59º | 0.87% | 0.66% | - |
| HSV(B) | 330.59º | 0.63% | 0.96% | - |
| XYZ | 47.93 | 29.47 | 39.24 | - |
| YUV | 145.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 166 | 0 | 0.63 | 0.32 | 0.04 | 330.59 | 0.87 | 0.66 |
| Hex | F4 | 5B | A6 | 0 | 3F | 20 | 4 | 14B | 57 | 42 |
| Octal | 364 | 133 | 246 | 0 | 77 | 40 | 4 | 513 | 127 | 102 |
| Binary | 11110100 | 1011011 | 10100110 | 0 | 111111 | 100000 | 100 | 101001011 | 1010111 | 1000010 |
Color Harmonies of #F45BA6
Complementary color
Monochromatic Colors of #F45BA6
Black with #F45BA6
Text Example
Text Example
White with #F45BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BA6; }
p { color: rgb(244,91,166); }
H1.HeaderClassName
{
color: #F45BA6;
}
.AnyTagClassName
{
color: #F45BA6;
}
</style>
background-color css
<style>
a { background-color: #F45BA6; }
a { background-color: rgb(244,91,166); }
div.DivClassName
{
background-color: #F45BA6;
}
.BgClassName
{
background-color: #F45BA6;
}
</style>
border-color css
<style>
span { border-color: #F45BA6; }
span { border-color: rgb(244,91,166); }
td.TdClassName
{
border-color: #F45BA6;
}
.TagClassName
{
border-color: #F45BA6;
}
</style>