Shades of Brilliant Rose #F94BBA
Tints of Brilliant Rose #F94BBA
RGB
CMYK
RGB Variations
Color information
#F94BBA (or 0xF94BBA) is known color: Brilliant Rose. HEX triplet: F9, 4B and BA. RGB value is (249,75,186). Sum of RGB (Red+Green+Blue) = 249+75+186=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94BBA is #06B445. Grayscale: #8B8B8B. Windows color (decimal): -439366 or 12209145. OLE color: 12209145.
HSL color Cylindrical-coordinate representation of color #F94BBA: hue angle of 321.72º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BBA is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 186 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.02 |
| HSL | 321.72º | 0.94% | 0.64% | - |
| HSV(B) | 321.72º | 0.7% | 0.98% | - |
| XYZ | 50.45 | 28.72 | 49.34 | - |
| YUV | 139.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 186 | 0 | 0.70 | 0.25 | 0.02 | 321.72 | 0.94 | 0.64 |
| Hex | F9 | 4B | BA | 0 | 46 | 19 | 2 | 142 | 5E | 40 |
| Octal | 371 | 113 | 272 | 0 | 106 | 31 | 2 | 502 | 136 | 100 |
| Binary | 11111001 | 1001011 | 10111010 | 0 | 1000110 | 11001 | 10 | 101000010 | 1011110 | 1000000 |
Color Harmonies of #F94BBA
Complementary color
Monochromatic Colors of #F94BBA
Black with #F94BBA
Text Example
Text Example
White with #F94BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94BBA; }
p { color: rgb(249,75,186); }
H1.HeaderClassName
{
color: #F94BBA;
}
.AnyTagClassName
{
color: #F94BBA;
}
</style>
background-color css
<style>
a { background-color: #F94BBA; }
a { background-color: rgb(249,75,186); }
div.DivClassName
{
background-color: #F94BBA;
}
.BgClassName
{
background-color: #F94BBA;
}
</style>
border-color css
<style>
span { border-color: #F94BBA; }
span { border-color: rgb(249,75,186); }
td.TdClassName
{
border-color: #F94BBA;
}
.TagClassName
{
border-color: #F94BBA;
}
</style>