Shades of Brilliant Rose #F45AAC
Tints of Brilliant Rose #F45AAC
RGB
CMYK
RGB Variations
Color information
#F45AAC (or 0xF45AAC) is known color: Brilliant Rose. HEX triplet: F4, 5A and AC. RGB value is (244,90,172). Sum of RGB (Red+Green+Blue) = 244+90+172=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AAC is #0BA553. Grayscale: #919191. Windows color (decimal): -763220 or 11295476. OLE color: 11295476.
HSL color Cylindrical-coordinate representation of color #F45AAC: hue angle of 328.05º 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 #F45AAC is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 172 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.04 |
| HSL | 328.05º | 0.88% | 0.65% | - |
| HSV(B) | 328.05º | 0.63% | 0.96% | - |
| XYZ | 48.41 | 29.52 | 42.18 | - |
| YUV | 145.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 172 | 0 | 0.63 | 0.30 | 0.04 | 328.05 | 0.88 | 0.65 |
| Hex | F4 | 5A | AC | 0 | 3F | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 132 | 254 | 0 | 77 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10101100 | 0 | 111111 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F45AAC
Complementary color
Monochromatic Colors of #F45AAC
Black with #F45AAC
Text Example
Text Example
White with #F45AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AAC; }
p { color: rgb(244,90,172); }
H1.HeaderClassName
{
color: #F45AAC;
}
.AnyTagClassName
{
color: #F45AAC;
}
</style>
background-color css
<style>
a { background-color: #F45AAC; }
a { background-color: rgb(244,90,172); }
div.DivClassName
{
background-color: #F45AAC;
}
.BgClassName
{
background-color: #F45AAC;
}
</style>
border-color css
<style>
span { border-color: #F45AAC; }
span { border-color: rgb(244,90,172); }
td.TdClassName
{
border-color: #F45AAC;
}
.TagClassName
{
border-color: #F45AAC;
}
</style>