Shades of Brilliant Rose #F94CBB
Tints of Brilliant Rose #F94CBB
RGB
CMYK
RGB Variations
Color information
#F94CBB (or 0xF94CBB) is known color: Brilliant Rose. HEX triplet: F9, 4C and BB. RGB value is (249,76,187). Sum of RGB (Red+Green+Blue) = 249+76+187=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CBB is #06B344. Grayscale: #8C8C8C. Windows color (decimal): -439109 or 12274937. OLE color: 12274937.
HSL color Cylindrical-coordinate representation of color #F94CBB: hue angle of 321.5º degrees, saturation: 0.94, 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 #F94CBB is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 187 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.02 |
| HSL | 321.5º | 0.94% | 0.64% | - |
| HSV(B) | 321.5º | 0.69% | 0.98% | - |
| XYZ | 50.62 | 28.9 | 49.92 | - |
| YUV | 140.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 187 | 0 | 0.69 | 0.25 | 0.02 | 321.5 | 0.94 | 0.64 |
| Hex | F9 | 4C | BB | 0 | 45 | 19 | 2 | 142 | 5E | 40 |
| Octal | 371 | 114 | 273 | 0 | 105 | 31 | 2 | 502 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10111011 | 0 | 1000101 | 11001 | 10 | 101000010 | 1011110 | 1000000 |
Color Harmonies of #F94CBB
Complementary color
Monochromatic Colors of #F94CBB
Black with #F94CBB
Text Example
Text Example
White with #F94CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CBB; }
p { color: rgb(249,76,187); }
H1.HeaderClassName
{
color: #F94CBB;
}
.AnyTagClassName
{
color: #F94CBB;
}
</style>
background-color css
<style>
a { background-color: #F94CBB; }
a { background-color: rgb(249,76,187); }
div.DivClassName
{
background-color: #F94CBB;
}
.BgClassName
{
background-color: #F94CBB;
}
</style>
border-color css
<style>
span { border-color: #F94CBB; }
span { border-color: rgb(249,76,187); }
td.TdClassName
{
border-color: #F94CBB;
}
.TagClassName
{
border-color: #F94CBB;
}
</style>