Shades of Brilliant Rose #F041AD
Tints of Brilliant Rose #F041AD
RGB
CMYK
RGB Variations
Color information
#F041AD (or 0xF041AD) is known color: Brilliant Rose. HEX triplet: F0, 41 and AD. RGB value is (240,65,173). Sum of RGB (Red+Green+Blue) = 240+65+173=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F041AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041AD is #0FBE52. Grayscale: #818181. Windows color (decimal): -1031763 or 11354608. OLE color: 11354608.
HSL color Cylindrical-coordinate representation of color #F041AD: hue angle of 322.97º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041AD is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 173 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.06 |
| HSL | 322.97º | 0.85% | 0.6% | - |
| HSV(B) | 322.97º | 0.73% | 0.94% | - |
| XYZ | 45.37 | 25.32 | 42.03 | - |
| YUV | 129.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 173 | 0 | 0.73 | 0.28 | 0.06 | 322.97 | 0.85 | 0.6 |
| Hex | F0 | 41 | AD | 0 | 49 | 1C | 6 | 143 | 55 | 3C |
| Octal | 360 | 101 | 255 | 0 | 111 | 34 | 6 | 503 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10101101 | 0 | 1001001 | 11100 | 110 | 101000011 | 1010101 | 111100 |
Color Harmonies of #F041AD
Complementary color
Monochromatic Colors of #F041AD
Black with #F041AD
Text Example
Text Example
White with #F041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041AD; }
p { color: rgb(240,65,173); }
H1.HeaderClassName
{
color: #F041AD;
}
.AnyTagClassName
{
color: #F041AD;
}
</style>
background-color css
<style>
a { background-color: #F041AD; }
a { background-color: rgb(240,65,173); }
div.DivClassName
{
background-color: #F041AD;
}
.BgClassName
{
background-color: #F041AD;
}
</style>
border-color css
<style>
span { border-color: #F041AD; }
span { border-color: rgb(240,65,173); }
td.TdClassName
{
border-color: #F041AD;
}
.TagClassName
{
border-color: #F041AD;
}
</style>