Shades of Brilliant Rose #F041AF
Tints of Brilliant Rose #F041AF
RGB
CMYK
RGB Variations
Color information
#F041AF (or 0xF041AF) is known color: Brilliant Rose. HEX triplet: F0, 41 and AF. RGB value is (240,65,175). Sum of RGB (Red+Green+Blue) = 240+65+175=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F041AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041AF is #0FBE50. Grayscale: #818181. Windows color (decimal): -1031761 or 11485680. OLE color: 11485680.
HSL color Cylindrical-coordinate representation of color #F041AF: hue angle of 322.29º 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 #F041AF is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 175 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.06 |
| HSL | 322.29º | 0.85% | 0.6% | - |
| HSV(B) | 322.29º | 0.73% | 0.94% | - |
| XYZ | 45.56 | 25.4 | 43.06 | - |
| YUV | 129.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 175 | 0 | 0.73 | 0.27 | 0.06 | 322.29 | 0.85 | 0.6 |
| Hex | F0 | 41 | AF | 0 | 49 | 1B | 6 | 142 | 55 | 3C |
| Octal | 360 | 101 | 257 | 0 | 111 | 33 | 6 | 502 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10101111 | 0 | 1001001 | 11011 | 110 | 101000010 | 1010101 | 111100 |
Color Harmonies of #F041AF
Complementary color
Monochromatic Colors of #F041AF
Black with #F041AF
Text Example
Text Example
White with #F041AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041AF; }
p { color: rgb(240,65,175); }
H1.HeaderClassName
{
color: #F041AF;
}
.AnyTagClassName
{
color: #F041AF;
}
</style>
background-color css
<style>
a { background-color: #F041AF; }
a { background-color: rgb(240,65,175); }
div.DivClassName
{
background-color: #F041AF;
}
.BgClassName
{
background-color: #F041AF;
}
</style>
border-color css
<style>
span { border-color: #F041AF; }
span { border-color: rgb(240,65,175); }
td.TdClassName
{
border-color: #F041AF;
}
.TagClassName
{
border-color: #F041AF;
}
</style>