Shades of Brilliant Rose #F94DB2
Tints of Brilliant Rose #F94DB2
RGB
CMYK
RGB Variations
Color information
#F94DB2 (or 0xF94DB2) is known color: Brilliant Rose. HEX triplet: F9, 4D and B2. RGB value is (249,77,178). Sum of RGB (Red+Green+Blue) = 249+77+178=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94DB2 is #06B24D. Grayscale: #8B8B8B. Windows color (decimal): -438862 or 11685369. OLE color: 11685369.
HSL color Cylindrical-coordinate representation of color #F94DB2: hue angle of 324.77º 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 #F94DB2 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 178 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.02 |
| HSL | 324.77º | 0.93% | 0.64% | - |
| HSV(B) | 324.77º | 0.69% | 0.98% | - |
| XYZ | 49.76 | 28.66 | 45.03 | - |
| YUV | 139.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 178 | 0 | 0.69 | 0.29 | 0.02 | 324.77 | 0.93 | 0.64 |
| Hex | F9 | 4D | B2 | 0 | 45 | 1D | 2 | 145 | 5D | 40 |
| Octal | 371 | 115 | 262 | 0 | 105 | 35 | 2 | 505 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10110010 | 0 | 1000101 | 11101 | 10 | 101000101 | 1011101 | 1000000 |
Color Harmonies of #F94DB2
Complementary color
Monochromatic Colors of #F94DB2
Black with #F94DB2
Text Example
Text Example
White with #F94DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DB2; }
p { color: rgb(249,77,178); }
H1.HeaderClassName
{
color: #F94DB2;
}
.AnyTagClassName
{
color: #F94DB2;
}
</style>
background-color css
<style>
a { background-color: #F94DB2; }
a { background-color: rgb(249,77,178); }
div.DivClassName
{
background-color: #F94DB2;
}
.BgClassName
{
background-color: #F94DB2;
}
</style>
border-color css
<style>
span { border-color: #F94DB2; }
span { border-color: rgb(249,77,178); }
td.TdClassName
{
border-color: #F94DB2;
}
.TagClassName
{
border-color: #F94DB2;
}
</style>