Shades of Brilliant Rose #F057A1
Tints of Brilliant Rose #F057A1
RGB
CMYK
RGB Variations
Color information
#F057A1 (or 0xF057A1) is known color: Brilliant Rose. HEX triplet: F0, 57 and A1. RGB value is (240,87,161). Sum of RGB (Red+Green+Blue) = 240+87+161=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F057A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F057A1 is #0FA85E. Grayscale: #8D8D8D. Windows color (decimal): -1026143 or 10573808. OLE color: 10573808.
HSL color Cylindrical-coordinate representation of color #F057A1: hue angle of 330.98º 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 #F057A1 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 161 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.06 |
| HSL | 330.98º | 0.84% | 0.64% | - |
| HSV(B) | 330.98º | 0.64% | 0.94% | - |
| XYZ | 45.78 | 27.91 | 36.69 | - |
| YUV | 141.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 161 | 0 | 0.64 | 0.33 | 0.06 | 330.98 | 0.84 | 0.64 |
| Hex | F0 | 57 | A1 | 0 | 40 | 21 | 6 | 14B | 54 | 40 |
| Octal | 360 | 127 | 241 | 0 | 100 | 41 | 6 | 513 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10100001 | 0 | 1000000 | 100001 | 110 | 101001011 | 1010100 | 1000000 |
Color Harmonies of #F057A1
Complementary color
Monochromatic Colors of #F057A1
Black with #F057A1
Text Example
Text Example
White with #F057A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057A1; }
p { color: rgb(240,87,161); }
H1.HeaderClassName
{
color: #F057A1;
}
.AnyTagClassName
{
color: #F057A1;
}
</style>
background-color css
<style>
a { background-color: #F057A1; }
a { background-color: rgb(240,87,161); }
div.DivClassName
{
background-color: #F057A1;
}
.BgClassName
{
background-color: #F057A1;
}
</style>
border-color css
<style>
span { border-color: #F057A1; }
span { border-color: rgb(240,87,161); }
td.TdClassName
{
border-color: #F057A1;
}
.TagClassName
{
border-color: #F057A1;
}
</style>