Shades of Brilliant Rose #F44CBA
Tints of Brilliant Rose #F44CBA
RGB
CMYK
RGB Variations
Color information
#F44CBA (or 0xF44CBA) is known color: Brilliant Rose. HEX triplet: F4, 4C and BA. RGB value is (244,76,186). Sum of RGB (Red+Green+Blue) = 244+76+186=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44CBA is #0BB345. Grayscale: #8A8A8A. Windows color (decimal): -766790 or 12209396. OLE color: 12209396.
HSL color Cylindrical-coordinate representation of color #F44CBA: hue angle of 320.71º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44CBA is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 186 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.04 |
| HSL | 320.71º | 0.88% | 0.63% | - |
| HSV(B) | 320.71º | 0.69% | 0.96% | - |
| XYZ | 48.76 | 27.95 | 49.28 | - |
| YUV | 138.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 186 | 0 | 0.69 | 0.24 | 0.04 | 320.71 | 0.88 | 0.63 |
| Hex | F4 | 4C | BA | 0 | 45 | 18 | 4 | 141 | 58 | 3F |
| Octal | 364 | 114 | 272 | 0 | 105 | 30 | 4 | 501 | 130 | 77 |
| Binary | 11110100 | 1001100 | 10111010 | 0 | 1000101 | 11000 | 100 | 101000001 | 1011000 | 111111 |
Color Harmonies of #F44CBA
Complementary color
Monochromatic Colors of #F44CBA
Black with #F44CBA
Text Example
Text Example
White with #F44CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44CBA; }
p { color: rgb(244,76,186); }
H1.HeaderClassName
{
color: #F44CBA;
}
.AnyTagClassName
{
color: #F44CBA;
}
</style>
background-color css
<style>
a { background-color: #F44CBA; }
a { background-color: rgb(244,76,186); }
div.DivClassName
{
background-color: #F44CBA;
}
.BgClassName
{
background-color: #F44CBA;
}
</style>
border-color css
<style>
span { border-color: #F44CBA; }
span { border-color: rgb(244,76,186); }
td.TdClassName
{
border-color: #F44CBA;
}
.TagClassName
{
border-color: #F44CBA;
}
</style>