Shades of Brilliant Rose #F04FA9
Tints of Brilliant Rose #F04FA9
RGB
CMYK
RGB Variations
Color information
#F04FA9 (or 0xF04FA9) is known color: Brilliant Rose. HEX triplet: F0, 4F and A9. RGB value is (240,79,169). Sum of RGB (Red+Green+Blue) = 240+79+169=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FA9 is #0FB056. Grayscale: #898989. Windows color (decimal): -1028183 or 11096048. OLE color: 11096048.
HSL color Cylindrical-coordinate representation of color #F04FA9: hue angle of 326.46º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FA9 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 169 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.06 |
| HSL | 326.46º | 0.84% | 0.63% | - |
| HSV(B) | 326.46º | 0.67% | 0.94% | - |
| XYZ | 45.89 | 26.98 | 40.33 | - |
| YUV | 137.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 169 | 0 | 0.67 | 0.30 | 0.06 | 326.46 | 0.84 | 0.63 |
| Hex | F0 | 4F | A9 | 0 | 43 | 1E | 6 | 146 | 54 | 3F |
| Octal | 360 | 117 | 251 | 0 | 103 | 36 | 6 | 506 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10101001 | 0 | 1000011 | 11110 | 110 | 101000110 | 1010100 | 111111 |
Color Harmonies of #F04FA9
Complementary color
Monochromatic Colors of #F04FA9
Black with #F04FA9
Text Example
Text Example
White with #F04FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FA9; }
p { color: rgb(240,79,169); }
H1.HeaderClassName
{
color: #F04FA9;
}
.AnyTagClassName
{
color: #F04FA9;
}
</style>
background-color css
<style>
a { background-color: #F04FA9; }
a { background-color: rgb(240,79,169); }
div.DivClassName
{
background-color: #F04FA9;
}
.BgClassName
{
background-color: #F04FA9;
}
</style>
border-color css
<style>
span { border-color: #F04FA9; }
span { border-color: rgb(240,79,169); }
td.TdClassName
{
border-color: #F04FA9;
}
.TagClassName
{
border-color: #F04FA9;
}
</style>