Shades of Brilliant Rose #F45AAF
Tints of Brilliant Rose #F45AAF
RGB
CMYK
RGB Variations
Color information
#F45AAF (or 0xF45AAF) is known color: Brilliant Rose. HEX triplet: F4, 5A and AF. RGB value is (244,90,175). Sum of RGB (Red+Green+Blue) = 244+90+175=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AAF is #0BA550. Grayscale: #919191. Windows color (decimal): -763217 or 11492084. OLE color: 11492084.
HSL color Cylindrical-coordinate representation of color #F45AAF: hue angle of 326.88º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AAF is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 175 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.04 |
| HSL | 326.88º | 0.88% | 0.65% | - |
| HSV(B) | 326.88º | 0.63% | 0.96% | - |
| XYZ | 48.7 | 29.64 | 43.71 | - |
| YUV | 145.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 175 | 0 | 0.63 | 0.28 | 0.04 | 326.88 | 0.88 | 0.65 |
| Hex | F4 | 5A | AF | 0 | 3F | 1C | 4 | 147 | 58 | 41 |
| Octal | 364 | 132 | 257 | 0 | 77 | 34 | 4 | 507 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10101111 | 0 | 111111 | 11100 | 100 | 101000111 | 1011000 | 1000001 |
Color Harmonies of #F45AAF
Complementary color
Monochromatic Colors of #F45AAF
Black with #F45AAF
Text Example
Text Example
White with #F45AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AAF; }
p { color: rgb(244,90,175); }
H1.HeaderClassName
{
color: #F45AAF;
}
.AnyTagClassName
{
color: #F45AAF;
}
</style>
background-color css
<style>
a { background-color: #F45AAF; }
a { background-color: rgb(244,90,175); }
div.DivClassName
{
background-color: #F45AAF;
}
.BgClassName
{
background-color: #F45AAF;
}
</style>
border-color css
<style>
span { border-color: #F45AAF; }
span { border-color: rgb(244,90,175); }
td.TdClassName
{
border-color: #F45AAF;
}
.TagClassName
{
border-color: #F45AAF;
}
</style>