Shades of Brilliant Rose #F44D9A
Tints of Brilliant Rose #F44D9A
RGB
CMYK
RGB Variations
Color information
#F44D9A (or 0xF44D9A) is known color: Brilliant Rose. HEX triplet: F4, 4D and 9A. RGB value is (244,77,154). Sum of RGB (Red+Green+Blue) = 244+77+154=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D9A is #0BB265. Grayscale: #878787. Windows color (decimal): -766566 or 10112500. OLE color: 10112500.
HSL color Cylindrical-coordinate representation of color #F44D9A: hue angle of 332.34º 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 #F44D9A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 154 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.04 |
| HSL | 332.34º | 0.88% | 0.63% | - |
| HSV(B) | 332.34º | 0.68% | 0.96% | - |
| XYZ | 45.79 | 26.87 | 33.35 | - |
| YUV | 135.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 154 | 0 | 0.68 | 0.37 | 0.04 | 332.34 | 0.88 | 0.63 |
| Hex | F4 | 4D | 9A | 0 | 44 | 25 | 4 | 14C | 58 | 3F |
| Octal | 364 | 115 | 232 | 0 | 104 | 45 | 4 | 514 | 130 | 77 |
| Binary | 11110100 | 1001101 | 10011010 | 0 | 1000100 | 100101 | 100 | 101001100 | 1011000 | 111111 |
Color Harmonies of #F44D9A
Complementary color
Monochromatic Colors of #F44D9A
Black with #F44D9A
Text Example
Text Example
White with #F44D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D9A; }
p { color: rgb(244,77,154); }
H1.HeaderClassName
{
color: #F44D9A;
}
.AnyTagClassName
{
color: #F44D9A;
}
</style>
background-color css
<style>
a { background-color: #F44D9A; }
a { background-color: rgb(244,77,154); }
div.DivClassName
{
background-color: #F44D9A;
}
.BgClassName
{
background-color: #F44D9A;
}
</style>
border-color css
<style>
span { border-color: #F44D9A; }
span { border-color: rgb(244,77,154); }
td.TdClassName
{
border-color: #F44D9A;
}
.TagClassName
{
border-color: #F44D9A;
}
</style>