Shades of Brilliant Rose #F94DA3
Tints of Brilliant Rose #F94DA3
RGB
CMYK
RGB Variations
Color information
#F94DA3 (or 0xF94DA3) is known color: Brilliant Rose. HEX triplet: F9, 4D and A3. RGB value is (249,77,163). Sum of RGB (Red+Green+Blue) = 249+77+163=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94DA3 is #06B25C. Grayscale: #8A8A8A. Windows color (decimal): -438877 or 10702329. OLE color: 10702329.
HSL color Cylindrical-coordinate representation of color #F94DA3: hue angle of 330º 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 #F94DA3 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 163 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330º | 0.93% | 0.64% | - |
| HSV(B) | 330º | 0.69% | 0.98% | - |
| XYZ | 48.33 | 28.09 | 37.53 | - |
| YUV | 138.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 163 | 0 | 0.69 | 0.35 | 0.02 | 330 | 0.93 | 0.64 |
| Hex | F9 | 4D | A3 | 0 | 45 | 23 | 2 | 14A | 5D | 40 |
| Octal | 371 | 115 | 243 | 0 | 105 | 43 | 2 | 512 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10100011 | 0 | 1000101 | 100011 | 10 | 101001010 | 1011101 | 1000000 |
Color Harmonies of #F94DA3
Complementary color
Monochromatic Colors of #F94DA3
Black with #F94DA3
Text Example
Text Example
White with #F94DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DA3; }
p { color: rgb(249,77,163); }
H1.HeaderClassName
{
color: #F94DA3;
}
.AnyTagClassName
{
color: #F94DA3;
}
</style>
background-color css
<style>
a { background-color: #F94DA3; }
a { background-color: rgb(249,77,163); }
div.DivClassName
{
background-color: #F94DA3;
}
.BgClassName
{
background-color: #F94DA3;
}
</style>
border-color css
<style>
span { border-color: #F94DA3; }
span { border-color: rgb(249,77,163); }
td.TdClassName
{
border-color: #F94DA3;
}
.TagClassName
{
border-color: #F94DA3;
}
</style>