Shades of Brilliant Rose #F94DA5
Tints of Brilliant Rose #F94DA5
RGB
CMYK
RGB Variations
Color information
#F94DA5 (or 0xF94DA5) is known color: Brilliant Rose. HEX triplet: F9, 4D and A5. RGB value is (249,77,165). Sum of RGB (Red+Green+Blue) = 249+77+165=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94DA5 is #06B25A. Grayscale: #8A8A8A. Windows color (decimal): -438875 or 10833401. OLE color: 10833401.
HSL color Cylindrical-coordinate representation of color #F94DA5: hue angle of 329.3º 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 #F94DA5 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 165 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.02 |
| HSL | 329.3º | 0.93% | 0.64% | - |
| HSV(B) | 329.3º | 0.69% | 0.98% | - |
| XYZ | 48.51 | 28.16 | 38.48 | - |
| YUV | 138.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 165 | 0 | 0.69 | 0.34 | 0.02 | 329.3 | 0.93 | 0.64 |
| Hex | F9 | 4D | A5 | 0 | 45 | 22 | 2 | 149 | 5D | 40 |
| Octal | 371 | 115 | 245 | 0 | 105 | 42 | 2 | 511 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10100101 | 0 | 1000101 | 100010 | 10 | 101001001 | 1011101 | 1000000 |
Color Harmonies of #F94DA5
Complementary color
Monochromatic Colors of #F94DA5
Black with #F94DA5
Text Example
Text Example
White with #F94DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DA5; }
p { color: rgb(249,77,165); }
H1.HeaderClassName
{
color: #F94DA5;
}
.AnyTagClassName
{
color: #F94DA5;
}
</style>
background-color css
<style>
a { background-color: #F94DA5; }
a { background-color: rgb(249,77,165); }
div.DivClassName
{
background-color: #F94DA5;
}
.BgClassName
{
background-color: #F94DA5;
}
</style>
border-color css
<style>
span { border-color: #F94DA5; }
span { border-color: rgb(249,77,165); }
td.TdClassName
{
border-color: #F94DA5;
}
.TagClassName
{
border-color: #F94DA5;
}
</style>