Shades of Brilliant Rose #F94DB5
Tints of Brilliant Rose #F94DB5
RGB
CMYK
RGB Variations
Color information
#F94DB5 (or 0xF94DB5) is known color: Brilliant Rose. HEX triplet: F9, 4D and B5. RGB value is (249,77,181). Sum of RGB (Red+Green+Blue) = 249+77+181=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DB5 is #06B24A. Grayscale: #8C8C8C. Windows color (decimal): -438859 or 11881977. OLE color: 11881977.
HSL color Cylindrical-coordinate representation of color #F94DB5: hue angle of 323.72º 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 #F94DB5 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 181 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.02 |
| HSL | 323.72º | 0.93% | 0.64% | - |
| HSV(B) | 323.72º | 0.69% | 0.98% | - |
| XYZ | 50.06 | 28.78 | 46.63 | - |
| YUV | 140.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 181 | 0 | 0.69 | 0.27 | 0.02 | 323.72 | 0.93 | 0.64 |
| Hex | F9 | 4D | B5 | 0 | 45 | 1B | 2 | 144 | 5D | 40 |
| Octal | 371 | 115 | 265 | 0 | 105 | 33 | 2 | 504 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10110101 | 0 | 1000101 | 11011 | 10 | 101000100 | 1011101 | 1000000 |
Color Harmonies of #F94DB5
Complementary color
Monochromatic Colors of #F94DB5
Black with #F94DB5
Text Example
Text Example
White with #F94DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DB5; }
p { color: rgb(249,77,181); }
H1.HeaderClassName
{
color: #F94DB5;
}
.AnyTagClassName
{
color: #F94DB5;
}
</style>
background-color css
<style>
a { background-color: #F94DB5; }
a { background-color: rgb(249,77,181); }
div.DivClassName
{
background-color: #F94DB5;
}
.BgClassName
{
background-color: #F94DB5;
}
</style>
border-color css
<style>
span { border-color: #F94DB5; }
span { border-color: rgb(249,77,181); }
td.TdClassName
{
border-color: #F94DB5;
}
.TagClassName
{
border-color: #F94DB5;
}
</style>