Shades of Brilliant Rose #F94DBA
Tints of Brilliant Rose #F94DBA
RGB
CMYK
RGB Variations
Color information
#F94DBA (or 0xF94DBA) is known color: Brilliant Rose. HEX triplet: F9, 4D and BA. RGB value is (249,77,186). Sum of RGB (Red+Green+Blue) = 249+77+186=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DBA is #06B245. Grayscale: #8C8C8C. Windows color (decimal): -438854 or 12209657. OLE color: 12209657.
HSL color Cylindrical-coordinate representation of color #F94DBA: hue angle of 321.98º 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 #F94DBA is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 186 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.02 |
| HSL | 321.98º | 0.93% | 0.64% | - |
| HSV(B) | 321.98º | 0.69% | 0.98% | - |
| XYZ | 50.58 | 28.99 | 49.38 | - |
| YUV | 140.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 186 | 0 | 0.69 | 0.25 | 0.02 | 321.98 | 0.93 | 0.64 |
| Hex | F9 | 4D | BA | 0 | 45 | 19 | 2 | 142 | 5D | 40 |
| Octal | 371 | 115 | 272 | 0 | 105 | 31 | 2 | 502 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10111010 | 0 | 1000101 | 11001 | 10 | 101000010 | 1011101 | 1000000 |
Color Harmonies of #F94DBA
Complementary color
Monochromatic Colors of #F94DBA
Black with #F94DBA
Text Example
Text Example
White with #F94DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DBA; }
p { color: rgb(249,77,186); }
H1.HeaderClassName
{
color: #F94DBA;
}
.AnyTagClassName
{
color: #F94DBA;
}
</style>
background-color css
<style>
a { background-color: #F94DBA; }
a { background-color: rgb(249,77,186); }
div.DivClassName
{
background-color: #F94DBA;
}
.BgClassName
{
background-color: #F94DBA;
}
</style>
border-color css
<style>
span { border-color: #F94DBA; }
span { border-color: rgb(249,77,186); }
td.TdClassName
{
border-color: #F94DBA;
}
.TagClassName
{
border-color: #F94DBA;
}
</style>