Shades of Brilliant Rose #F45DAC
Tints of Brilliant Rose #F45DAC
RGB
CMYK
RGB Variations
Color information
#F45DAC (or 0xF45DAC) is known color: Brilliant Rose. HEX triplet: F4, 5D and AC. RGB value is (244,93,172). Sum of RGB (Red+Green+Blue) = 244+93+172=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45DAC is #0BA253. Grayscale: #929292. Windows color (decimal): -762452 or 11296244. OLE color: 11296244.
HSL color Cylindrical-coordinate representation of color #F45DAC: hue angle of 328.61º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DAC is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 172 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.04 |
| HSL | 328.61º | 0.87% | 0.66% | - |
| HSV(B) | 328.61º | 0.62% | 0.96% | - |
| XYZ | 48.67 | 30.04 | 42.26 | - |
| YUV | 147.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 172 | 0 | 0.62 | 0.30 | 0.04 | 328.61 | 0.87 | 0.66 |
| Hex | F4 | 5D | AC | 0 | 3E | 1E | 4 | 149 | 57 | 42 |
| Octal | 364 | 135 | 254 | 0 | 76 | 36 | 4 | 511 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10101100 | 0 | 111110 | 11110 | 100 | 101001001 | 1010111 | 1000010 |
Color Harmonies of #F45DAC
Complementary color
Monochromatic Colors of #F45DAC
Black with #F45DAC
Text Example
Text Example
White with #F45DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DAC; }
p { color: rgb(244,93,172); }
H1.HeaderClassName
{
color: #F45DAC;
}
.AnyTagClassName
{
color: #F45DAC;
}
</style>
background-color css
<style>
a { background-color: #F45DAC; }
a { background-color: rgb(244,93,172); }
div.DivClassName
{
background-color: #F45DAC;
}
.BgClassName
{
background-color: #F45DAC;
}
</style>
border-color css
<style>
span { border-color: #F45DAC; }
span { border-color: rgb(244,93,172); }
td.TdClassName
{
border-color: #F45DAC;
}
.TagClassName
{
border-color: #F45DAC;
}
</style>