Shades of Brilliant Rose #F94BBB
Tints of Brilliant Rose #F94BBB
RGB
CMYK
RGB Variations
Color information
#F94BBB (or 0xF94BBB) is known color: Brilliant Rose. HEX triplet: F9, 4B and BB. RGB value is (249,75,187). Sum of RGB (Red+Green+Blue) = 249+75+187=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94BBB is #06B444. Grayscale: #8B8B8B. Windows color (decimal): -439365 or 12274681. OLE color: 12274681.
HSL color Cylindrical-coordinate representation of color #F94BBB: hue angle of 321.38º 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 #F94BBB is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 187 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.02 |
| HSL | 321.38º | 0.94% | 0.64% | - |
| HSV(B) | 321.38º | 0.7% | 0.98% | - |
| XYZ | 50.55 | 28.76 | 49.9 | - |
| YUV | 139.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 187 | 0 | 0.70 | 0.25 | 0.02 | 321.38 | 0.94 | 0.64 |
| Hex | F9 | 4B | BB | 0 | 46 | 19 | 2 | 141 | 5E | 40 |
| Octal | 371 | 113 | 273 | 0 | 106 | 31 | 2 | 501 | 136 | 100 |
| Binary | 11111001 | 1001011 | 10111011 | 0 | 1000110 | 11001 | 10 | 101000001 | 1011110 | 1000000 |
Color Harmonies of #F94BBB
Complementary color
Monochromatic Colors of #F94BBB
Black with #F94BBB
Text Example
Text Example
White with #F94BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94BBB; }
p { color: rgb(249,75,187); }
H1.HeaderClassName
{
color: #F94BBB;
}
.AnyTagClassName
{
color: #F94BBB;
}
</style>
background-color css
<style>
a { background-color: #F94BBB; }
a { background-color: rgb(249,75,187); }
div.DivClassName
{
background-color: #F94BBB;
}
.BgClassName
{
background-color: #F94BBB;
}
</style>
border-color css
<style>
span { border-color: #F94BBB; }
span { border-color: rgb(249,75,187); }
td.TdClassName
{
border-color: #F94BBB;
}
.TagClassName
{
border-color: #F94BBB;
}
</style>