Shades of Brilliant Rose #F44DBB
Tints of Brilliant Rose #F44DBB
RGB
CMYK
RGB Variations
Color information
#F44DBB (or 0xF44DBB) is known color: Brilliant Rose. HEX triplet: F4, 4D and BB. RGB value is (244,77,187). Sum of RGB (Red+Green+Blue) = 244+77+187=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DBB is #0BB244. Grayscale: #8B8B8B. Windows color (decimal): -766533 or 12275188. OLE color: 12275188.
HSL color Cylindrical-coordinate representation of color #F44DBB: hue angle of 320.48º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DBB is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 187 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.04 |
| HSL | 320.48º | 0.88% | 0.63% | - |
| HSV(B) | 320.48º | 0.68% | 0.96% | - |
| XYZ | 48.93 | 28.13 | 49.86 | - |
| YUV | 139.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 187 | 0 | 0.68 | 0.23 | 0.04 | 320.48 | 0.88 | 0.63 |
| Hex | F4 | 4D | BB | 0 | 44 | 17 | 4 | 140 | 58 | 3F |
| Octal | 364 | 115 | 273 | 0 | 104 | 27 | 4 | 500 | 130 | 77 |
| Binary | 11110100 | 1001101 | 10111011 | 0 | 1000100 | 10111 | 100 | 101000000 | 1011000 | 111111 |
Color Harmonies of #F44DBB
Complementary color
Monochromatic Colors of #F44DBB
Black with #F44DBB
Text Example
Text Example
White with #F44DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DBB; }
p { color: rgb(244,77,187); }
H1.HeaderClassName
{
color: #F44DBB;
}
.AnyTagClassName
{
color: #F44DBB;
}
</style>
background-color css
<style>
a { background-color: #F44DBB; }
a { background-color: rgb(244,77,187); }
div.DivClassName
{
background-color: #F44DBB;
}
.BgClassName
{
background-color: #F44DBB;
}
</style>
border-color css
<style>
span { border-color: #F44DBB; }
span { border-color: rgb(244,77,187); }
td.TdClassName
{
border-color: #F44DBB;
}
.TagClassName
{
border-color: #F44DBB;
}
</style>