Shades of Brilliant Rose #F058A0
Tints of Brilliant Rose #F058A0
RGB
CMYK
RGB Variations
Color information
#F058A0 (or 0xF058A0) is known color: Brilliant Rose. HEX triplet: F0, 58 and A0. RGB value is (240,88,160). Sum of RGB (Red+Green+Blue) = 240+88+160=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F058A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058A0 is #0FA75F. Grayscale: #8D8D8D. Windows color (decimal): -1025888 or 10508528. OLE color: 10508528.
HSL color Cylindrical-coordinate representation of color #F058A0: hue angle of 331.58º 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 #F058A0 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 160 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.06 |
| HSL | 331.58º | 0.84% | 0.64% | - |
| HSV(B) | 331.58º | 0.63% | 0.94% | - |
| XYZ | 45.77 | 28.04 | 36.26 | - |
| YUV | 141.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 160 | 0 | 0.63 | 0.33 | 0.06 | 331.58 | 0.84 | 0.64 |
| Hex | F0 | 58 | A0 | 0 | 3F | 21 | 6 | 14C | 54 | 40 |
| Octal | 360 | 130 | 240 | 0 | 77 | 41 | 6 | 514 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10100000 | 0 | 111111 | 100001 | 110 | 101001100 | 1010100 | 1000000 |
Color Harmonies of #F058A0
Complementary color
Monochromatic Colors of #F058A0
Black with #F058A0
Text Example
Text Example
White with #F058A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058A0; }
p { color: rgb(240,88,160); }
H1.HeaderClassName
{
color: #F058A0;
}
.AnyTagClassName
{
color: #F058A0;
}
</style>
background-color css
<style>
a { background-color: #F058A0; }
a { background-color: rgb(240,88,160); }
div.DivClassName
{
background-color: #F058A0;
}
.BgClassName
{
background-color: #F058A0;
}
</style>
border-color css
<style>
span { border-color: #F058A0; }
span { border-color: rgb(240,88,160); }
td.TdClassName
{
border-color: #F058A0;
}
.TagClassName
{
border-color: #F058A0;
}
</style>