Shades of Brilliant Rose #F441AD
Tints of Brilliant Rose #F441AD
RGB
CMYK
RGB Variations
Color information
#F441AD (or 0xF441AD) is known color: Brilliant Rose. HEX triplet: F4, 41 and AD. RGB value is (244,65,173). Sum of RGB (Red+Green+Blue) = 244+65+173=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F441AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441AD is #0BBE52. Grayscale: #828282. Windows color (decimal): -769619 or 11354612. OLE color: 11354612.
HSL color Cylindrical-coordinate representation of color #F441AD: hue angle of 323.8º 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 #F441AD is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 173 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.04 |
| HSL | 323.8º | 0.89% | 0.61% | - |
| HSV(B) | 323.8º | 0.73% | 0.96% | - |
| XYZ | 46.74 | 26.03 | 42.1 | - |
| YUV | 130.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 173 | 0 | 0.73 | 0.29 | 0.04 | 323.8 | 0.89 | 0.61 |
| Hex | F4 | 41 | AD | 0 | 49 | 1D | 4 | 144 | 59 | 3D |
| Octal | 364 | 101 | 255 | 0 | 111 | 35 | 4 | 504 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10101101 | 0 | 1001001 | 11101 | 100 | 101000100 | 1011001 | 111101 |
Color Harmonies of #F441AD
Complementary color
Monochromatic Colors of #F441AD
Black with #F441AD
Text Example
Text Example
White with #F441AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441AD; }
p { color: rgb(244,65,173); }
H1.HeaderClassName
{
color: #F441AD;
}
.AnyTagClassName
{
color: #F441AD;
}
</style>
background-color css
<style>
a { background-color: #F441AD; }
a { background-color: rgb(244,65,173); }
div.DivClassName
{
background-color: #F441AD;
}
.BgClassName
{
background-color: #F441AD;
}
</style>
border-color css
<style>
span { border-color: #F441AD; }
span { border-color: rgb(244,65,173); }
td.TdClassName
{
border-color: #F441AD;
}
.TagClassName
{
border-color: #F441AD;
}
</style>