Shades of Brilliant Rose #F05A99
Tints of Brilliant Rose #F05A99
RGB
CMYK
RGB Variations
Color information
#F05A99 (or 0xF05A99) is known color: Brilliant Rose. HEX triplet: F0, 5A and 99. RGB value is (240,90,153). Sum of RGB (Red+Green+Blue) = 240+90+153=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A99 is #0FA566. Grayscale: #8D8D8D. Windows color (decimal): -1025383 or 10050288. OLE color: 10050288.
HSL color Cylindrical-coordinate representation of color #F05A99: hue angle of 334.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A99 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 153 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.06 |
| HSL | 334.8º | 0.83% | 0.65% | - |
| HSV(B) | 334.8º | 0.63% | 0.94% | - |
| XYZ | 45.34 | 28.14 | 33.18 | - |
| YUV | 142.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 153 | 0 | 0.62 | 0.36 | 0.06 | 334.8 | 0.83 | 0.65 |
| Hex | F0 | 5A | 99 | 0 | 3E | 24 | 6 | 14F | 53 | 41 |
| Octal | 360 | 132 | 231 | 0 | 76 | 44 | 6 | 517 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10011001 | 0 | 111110 | 100100 | 110 | 101001111 | 1010011 | 1000001 |
Color Harmonies of #F05A99
Complementary color
Monochromatic Colors of #F05A99
Black with #F05A99
Text Example
Text Example
White with #F05A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A99; }
p { color: rgb(240,90,153); }
H1.HeaderClassName
{
color: #F05A99;
}
.AnyTagClassName
{
color: #F05A99;
}
</style>
background-color css
<style>
a { background-color: #F05A99; }
a { background-color: rgb(240,90,153); }
div.DivClassName
{
background-color: #F05A99;
}
.BgClassName
{
background-color: #F05A99;
}
</style>
border-color css
<style>
span { border-color: #F05A99; }
span { border-color: rgb(240,90,153); }
td.TdClassName
{
border-color: #F05A99;
}
.TagClassName
{
border-color: #F05A99;
}
</style>