Shades of Brilliant Rose #F441B0
Tints of Brilliant Rose #F441B0
RGB
CMYK
RGB Variations
Color information
#F441B0 (or 0xF441B0) is known color: Brilliant Rose. HEX triplet: F4, 41 and B0. RGB value is (244,65,176). Sum of RGB (Red+Green+Blue) = 244+65+176=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F441B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441B0 is #0BBE4F. Grayscale: #828282. Windows color (decimal): -769616 or 11551220. OLE color: 11551220.
HSL color Cylindrical-coordinate representation of color #F441B0: hue angle of 322.79º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441B0 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 176 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.04 |
| HSL | 322.79º | 0.89% | 0.61% | - |
| HSV(B) | 322.79º | 0.73% | 0.96% | - |
| XYZ | 47.04 | 26.15 | 43.64 | - |
| YUV | 131.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 176 | 0 | 0.73 | 0.28 | 0.04 | 322.79 | 0.89 | 0.61 |
| Hex | F4 | 41 | B0 | 0 | 49 | 1C | 4 | 143 | 59 | 3D |
| Octal | 364 | 101 | 260 | 0 | 111 | 34 | 4 | 503 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10110000 | 0 | 1001001 | 11100 | 100 | 101000011 | 1011001 | 111101 |
Color Harmonies of #F441B0
Complementary color
Monochromatic Colors of #F441B0
Black with #F441B0
Text Example
Text Example
White with #F441B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441B0; }
p { color: rgb(244,65,176); }
H1.HeaderClassName
{
color: #F441B0;
}
.AnyTagClassName
{
color: #F441B0;
}
</style>
background-color css
<style>
a { background-color: #F441B0; }
a { background-color: rgb(244,65,176); }
div.DivClassName
{
background-color: #F441B0;
}
.BgClassName
{
background-color: #F441B0;
}
</style>
border-color css
<style>
span { border-color: #F441B0; }
span { border-color: rgb(244,65,176); }
td.TdClassName
{
border-color: #F441B0;
}
.TagClassName
{
border-color: #F441B0;
}
</style>