Shades of Brilliant Rose #F94DAC
Tints of Brilliant Rose #F94DAC
RGB
CMYK
RGB Variations
Color information
#F94DAC (or 0xF94DAC) is known color: Brilliant Rose. HEX triplet: F9, 4D and AC. RGB value is (249,77,172). Sum of RGB (Red+Green+Blue) = 249+77+172=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94DAC is #06B253. Grayscale: #8B8B8B. Windows color (decimal): -438868 or 11292153. OLE color: 11292153.
HSL color Cylindrical-coordinate representation of color #F94DAC: hue angle of 326.86º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94DAC is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 172 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.02 |
| HSL | 326.86º | 0.93% | 0.64% | - |
| HSV(B) | 326.86º | 0.69% | 0.98% | - |
| XYZ | 49.17 | 28.43 | 41.93 | - |
| YUV | 139.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 172 | 0 | 0.69 | 0.31 | 0.02 | 326.86 | 0.93 | 0.64 |
| Hex | F9 | 4D | AC | 0 | 45 | 1F | 2 | 147 | 5D | 40 |
| Octal | 371 | 115 | 254 | 0 | 105 | 37 | 2 | 507 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10101100 | 0 | 1000101 | 11111 | 10 | 101000111 | 1011101 | 1000000 |
Color Harmonies of #F94DAC
Complementary color
Monochromatic Colors of #F94DAC
Black with #F94DAC
Text Example
Text Example
White with #F94DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DAC; }
p { color: rgb(249,77,172); }
H1.HeaderClassName
{
color: #F94DAC;
}
.AnyTagClassName
{
color: #F94DAC;
}
</style>
background-color css
<style>
a { background-color: #F94DAC; }
a { background-color: rgb(249,77,172); }
div.DivClassName
{
background-color: #F94DAC;
}
.BgClassName
{
background-color: #F94DAC;
}
</style>
border-color css
<style>
span { border-color: #F94DAC; }
span { border-color: rgb(249,77,172); }
td.TdClassName
{
border-color: #F94DAC;
}
.TagClassName
{
border-color: #F94DAC;
}
</style>