Shades of Brilliant Rose #F44FA8
Tints of Brilliant Rose #F44FA8
RGB
CMYK
RGB Variations
Color information
#F44FA8 (or 0xF44FA8) is known color: Brilliant Rose. HEX triplet: F4, 4F and A8. RGB value is (244,79,168). Sum of RGB (Red+Green+Blue) = 244+79+168=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F44FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44FA8 is #0BB057. Grayscale: #8A8A8A. Windows color (decimal): -766040 or 11030516. OLE color: 11030516.
HSL color Cylindrical-coordinate representation of color #F44FA8: hue angle of 327.64º 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 #F44FA8 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 168 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.04 |
| HSL | 327.64º | 0.88% | 0.63% | - |
| HSV(B) | 327.64º | 0.68% | 0.96% | - |
| XYZ | 47.17 | 27.65 | 39.9 | - |
| YUV | 138.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 168 | 0 | 0.68 | 0.31 | 0.04 | 327.64 | 0.88 | 0.63 |
| Hex | F4 | 4F | A8 | 0 | 44 | 1F | 4 | 148 | 58 | 3F |
| Octal | 364 | 117 | 250 | 0 | 104 | 37 | 4 | 510 | 130 | 77 |
| Binary | 11110100 | 1001111 | 10101000 | 0 | 1000100 | 11111 | 100 | 101001000 | 1011000 | 111111 |
Color Harmonies of #F44FA8
Complementary color
Monochromatic Colors of #F44FA8
Black with #F44FA8
Text Example
Text Example
White with #F44FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44FA8; }
p { color: rgb(244,79,168); }
H1.HeaderClassName
{
color: #F44FA8;
}
.AnyTagClassName
{
color: #F44FA8;
}
</style>
background-color css
<style>
a { background-color: #F44FA8; }
a { background-color: rgb(244,79,168); }
div.DivClassName
{
background-color: #F44FA8;
}
.BgClassName
{
background-color: #F44FA8;
}
</style>
border-color css
<style>
span { border-color: #F44FA8; }
span { border-color: rgb(244,79,168); }
td.TdClassName
{
border-color: #F44FA8;
}
.TagClassName
{
border-color: #F44FA8;
}
</style>