Shades of Brilliant Rose #F94D9A
Tints of Brilliant Rose #F94D9A
RGB
CMYK
RGB Variations
Color information
#F94D9A (or 0xF94D9A) is known color: Brilliant Rose. HEX triplet: F9, 4D and 9A. RGB value is (249,77,154). Sum of RGB (Red+Green+Blue) = 249+77+154=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94D9A is #06B265. Grayscale: #898989. Windows color (decimal): -438886 or 10112505. OLE color: 10112505.
HSL color Cylindrical-coordinate representation of color #F94D9A: hue angle of 333.14º 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 #F94D9A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 154 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.02 |
| HSL | 333.14º | 0.93% | 0.64% | - |
| HSV(B) | 333.14º | 0.69% | 0.98% | - |
| XYZ | 47.55 | 27.78 | 33.43 | - |
| YUV | 137.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 154 | 0 | 0.69 | 0.38 | 0.02 | 333.14 | 0.93 | 0.64 |
| Hex | F9 | 4D | 9A | 0 | 45 | 26 | 2 | 14D | 5D | 40 |
| Octal | 371 | 115 | 232 | 0 | 105 | 46 | 2 | 515 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10011010 | 0 | 1000101 | 100110 | 10 | 101001101 | 1011101 | 1000000 |
Color Harmonies of #F94D9A
Complementary color
Monochromatic Colors of #F94D9A
Black with #F94D9A
Text Example
Text Example
White with #F94D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D9A; }
p { color: rgb(249,77,154); }
H1.HeaderClassName
{
color: #F94D9A;
}
.AnyTagClassName
{
color: #F94D9A;
}
</style>
background-color css
<style>
a { background-color: #F94D9A; }
a { background-color: rgb(249,77,154); }
div.DivClassName
{
background-color: #F94D9A;
}
.BgClassName
{
background-color: #F94D9A;
}
</style>
border-color css
<style>
span { border-color: #F94D9A; }
span { border-color: rgb(249,77,154); }
td.TdClassName
{
border-color: #F94D9A;
}
.TagClassName
{
border-color: #F94D9A;
}
</style>