Shades of Brilliant Rose #F05899
Tints of Brilliant Rose #F05899
RGB
CMYK
RGB Variations
Color information
#F05899 (or 0xF05899) is known color: Brilliant Rose. HEX triplet: F0, 58 and 99. RGB value is (240,88,153). Sum of RGB (Red+Green+Blue) = 240+88+153=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F05899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05899 is #0FA766. Grayscale: #8C8C8C. Windows color (decimal): -1025895 or 10049776. OLE color: 10049776.
HSL color Cylindrical-coordinate representation of color #F05899: hue angle of 334.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05899 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 153 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.06 |
| HSL | 334.34º | 0.84% | 0.64% | - |
| HSV(B) | 334.34º | 0.63% | 0.94% | - |
| XYZ | 45.17 | 27.8 | 33.12 | - |
| YUV | 140.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 153 | 0 | 0.63 | 0.36 | 0.06 | 334.34 | 0.84 | 0.64 |
| Hex | F0 | 58 | 99 | 0 | 3F | 24 | 6 | 14E | 54 | 40 |
| Octal | 360 | 130 | 231 | 0 | 77 | 44 | 6 | 516 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10011001 | 0 | 111111 | 100100 | 110 | 101001110 | 1010100 | 1000000 |
Color Harmonies of #F05899
Complementary color
Monochromatic Colors of #F05899
Black with #F05899
Text Example
Text Example
White with #F05899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05899; }
p { color: rgb(240,88,153); }
H1.HeaderClassName
{
color: #F05899;
}
.AnyTagClassName
{
color: #F05899;
}
</style>
background-color css
<style>
a { background-color: #F05899; }
a { background-color: rgb(240,88,153); }
div.DivClassName
{
background-color: #F05899;
}
.BgClassName
{
background-color: #F05899;
}
</style>
border-color css
<style>
span { border-color: #F05899; }
span { border-color: rgb(240,88,153); }
td.TdClassName
{
border-color: #F05899;
}
.TagClassName
{
border-color: #F05899;
}
</style>