Shades of Brilliant Rose #F45AAB
Tints of Brilliant Rose #F45AAB
RGB
CMYK
RGB Variations
Color information
#F45AAB (or 0xF45AAB) is known color: Brilliant Rose. HEX triplet: F4, 5A and AB. RGB value is (244,90,171). Sum of RGB (Red+Green+Blue) = 244+90+171=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AAB is #0BA554. Grayscale: #919191. Windows color (decimal): -763221 or 11229940. OLE color: 11229940.
HSL color Cylindrical-coordinate representation of color #F45AAB: hue angle of 328.44º 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 #F45AAB is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 171 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.04 |
| HSL | 328.44º | 0.88% | 0.65% | - |
| HSV(B) | 328.44º | 0.63% | 0.96% | - |
| XYZ | 48.32 | 29.49 | 41.67 | - |
| YUV | 145.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 171 | 0 | 0.63 | 0.30 | 0.04 | 328.44 | 0.88 | 0.65 |
| Hex | F4 | 5A | AB | 0 | 3F | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 132 | 253 | 0 | 77 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10101011 | 0 | 111111 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F45AAB
Complementary color
Monochromatic Colors of #F45AAB
Black with #F45AAB
Text Example
Text Example
White with #F45AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AAB; }
p { color: rgb(244,90,171); }
H1.HeaderClassName
{
color: #F45AAB;
}
.AnyTagClassName
{
color: #F45AAB;
}
</style>
background-color css
<style>
a { background-color: #F45AAB; }
a { background-color: rgb(244,90,171); }
div.DivClassName
{
background-color: #F45AAB;
}
.BgClassName
{
background-color: #F45AAB;
}
</style>
border-color css
<style>
span { border-color: #F45AAB; }
span { border-color: rgb(244,90,171); }
td.TdClassName
{
border-color: #F45AAB;
}
.TagClassName
{
border-color: #F45AAB;
}
</style>