Shades of Brilliant Rose #F057A0
Tints of Brilliant Rose #F057A0
RGB
CMYK
RGB Variations
Color information
#F057A0 (or 0xF057A0) is known color: Brilliant Rose. HEX triplet: F0, 57 and A0. RGB value is (240,87,160). Sum of RGB (Red+Green+Blue) = 240+87+160=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F057A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F057A0 is #0FA85F. Grayscale: #8C8C8C. Windows color (decimal): -1026144 or 10508272. OLE color: 10508272.
HSL color Cylindrical-coordinate representation of color #F057A0: hue angle of 331.37º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057A0 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 160 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.06 |
| HSL | 331.37º | 0.84% | 0.64% | - |
| HSV(B) | 331.37º | 0.64% | 0.94% | - |
| XYZ | 45.69 | 27.88 | 36.23 | - |
| YUV | 141.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 160 | 0 | 0.64 | 0.33 | 0.06 | 331.37 | 0.84 | 0.64 |
| Hex | F0 | 57 | A0 | 0 | 40 | 21 | 6 | 14B | 54 | 40 |
| Octal | 360 | 127 | 240 | 0 | 100 | 41 | 6 | 513 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10100000 | 0 | 1000000 | 100001 | 110 | 101001011 | 1010100 | 1000000 |
Color Harmonies of #F057A0
Complementary color
Monochromatic Colors of #F057A0
Black with #F057A0
Text Example
Text Example
White with #F057A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057A0; }
p { color: rgb(240,87,160); }
H1.HeaderClassName
{
color: #F057A0;
}
.AnyTagClassName
{
color: #F057A0;
}
</style>
background-color css
<style>
a { background-color: #F057A0; }
a { background-color: rgb(240,87,160); }
div.DivClassName
{
background-color: #F057A0;
}
.BgClassName
{
background-color: #F057A0;
}
</style>
border-color css
<style>
span { border-color: #F057A0; }
span { border-color: rgb(240,87,160); }
td.TdClassName
{
border-color: #F057A0;
}
.TagClassName
{
border-color: #F057A0;
}
</style>