Shades of Brilliant Rose #F44DBA
Tints of Brilliant Rose #F44DBA
RGB
CMYK
RGB Variations
Color information
#F44DBA (or 0xF44DBA) is known color: Brilliant Rose. HEX triplet: F4, 4D and BA. RGB value is (244,77,186). Sum of RGB (Red+Green+Blue) = 244+77+186=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DBA is #0BB245. Grayscale: #8B8B8B. Windows color (decimal): -766534 or 12209652. OLE color: 12209652.
HSL color Cylindrical-coordinate representation of color #F44DBA: hue angle of 320.84º 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 #F44DBA is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 186 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.04 |
| HSL | 320.84º | 0.88% | 0.63% | - |
| HSV(B) | 320.84º | 0.68% | 0.96% | - |
| XYZ | 48.83 | 28.09 | 49.3 | - |
| YUV | 139.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 186 | 0 | 0.68 | 0.24 | 0.04 | 320.84 | 0.88 | 0.63 |
| Hex | F4 | 4D | BA | 0 | 44 | 18 | 4 | 141 | 58 | 3F |
| Octal | 364 | 115 | 272 | 0 | 104 | 30 | 4 | 501 | 130 | 77 |
| Binary | 11110100 | 1001101 | 10111010 | 0 | 1000100 | 11000 | 100 | 101000001 | 1011000 | 111111 |
Color Harmonies of #F44DBA
Complementary color
Monochromatic Colors of #F44DBA
Black with #F44DBA
Text Example
Text Example
White with #F44DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DBA; }
p { color: rgb(244,77,186); }
H1.HeaderClassName
{
color: #F44DBA;
}
.AnyTagClassName
{
color: #F44DBA;
}
</style>
background-color css
<style>
a { background-color: #F44DBA; }
a { background-color: rgb(244,77,186); }
div.DivClassName
{
background-color: #F44DBA;
}
.BgClassName
{
background-color: #F44DBA;
}
</style>
border-color css
<style>
span { border-color: #F44DBA; }
span { border-color: rgb(244,77,186); }
td.TdClassName
{
border-color: #F44DBA;
}
.TagClassName
{
border-color: #F44DBA;
}
</style>