Shades of Brilliant Rose #F449B4
Tints of Brilliant Rose #F449B4
RGB
CMYK
RGB Variations
Color information
#F449B4 (or 0xF449B4) is known color: Brilliant Rose. HEX triplet: F4, 49 and B4. RGB value is (244,73,180). Sum of RGB (Red+Green+Blue) = 244+73+180=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F449B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449B4 is #0BB64B. Grayscale: #888888. Windows color (decimal): -767564 or 11815412. OLE color: 11815412.
HSL color Cylindrical-coordinate representation of color #F449B4: hue angle of 322.46º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449B4 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 180 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.04 |
| HSL | 322.46º | 0.89% | 0.62% | - |
| HSV(B) | 322.46º | 0.7% | 0.96% | - |
| XYZ | 47.93 | 27.29 | 45.92 | - |
| YUV | 136.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 180 | 0 | 0.70 | 0.26 | 0.04 | 322.46 | 0.89 | 0.62 |
| Hex | F4 | 49 | B4 | 0 | 46 | 1A | 4 | 142 | 59 | 3E |
| Octal | 364 | 111 | 264 | 0 | 106 | 32 | 4 | 502 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10110100 | 0 | 1000110 | 11010 | 100 | 101000010 | 1011001 | 111110 |
Color Harmonies of #F449B4
Complementary color
Monochromatic Colors of #F449B4
Black with #F449B4
Text Example
Text Example
White with #F449B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449B4; }
p { color: rgb(244,73,180); }
H1.HeaderClassName
{
color: #F449B4;
}
.AnyTagClassName
{
color: #F449B4;
}
</style>
background-color css
<style>
a { background-color: #F449B4; }
a { background-color: rgb(244,73,180); }
div.DivClassName
{
background-color: #F449B4;
}
.BgClassName
{
background-color: #F449B4;
}
</style>
border-color css
<style>
span { border-color: #F449B4; }
span { border-color: rgb(244,73,180); }
td.TdClassName
{
border-color: #F449B4;
}
.TagClassName
{
border-color: #F449B4;
}
</style>