Shades of Brilliant Rose #F056AD
Tints of Brilliant Rose #F056AD
RGB
CMYK
RGB Variations
Color information
#F056AD (or 0xF056AD) is known color: Brilliant Rose. HEX triplet: F0, 56 and AD. RGB value is (240,86,173). Sum of RGB (Red+Green+Blue) = 240+86+173=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F056AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F056AD is #0FA952. Grayscale: #8D8D8D. Windows color (decimal): -1026387 or 11359984. OLE color: 11359984.
HSL color Cylindrical-coordinate representation of color #F056AD: hue angle of 326.1º 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 #F056AD is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 173 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.06 |
| HSL | 326.1º | 0.84% | 0.64% | - |
| HSV(B) | 326.1º | 0.64% | 0.94% | - |
| XYZ | 46.81 | 28.2 | 42.51 | - |
| YUV | 141.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 173 | 0 | 0.64 | 0.28 | 0.06 | 326.1 | 0.84 | 0.64 |
| Hex | F0 | 56 | AD | 0 | 40 | 1C | 6 | 146 | 54 | 40 |
| Octal | 360 | 126 | 255 | 0 | 100 | 34 | 6 | 506 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10101101 | 0 | 1000000 | 11100 | 110 | 101000110 | 1010100 | 1000000 |
Color Harmonies of #F056AD
Complementary color
Monochromatic Colors of #F056AD
Black with #F056AD
Text Example
Text Example
White with #F056AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056AD; }
p { color: rgb(240,86,173); }
H1.HeaderClassName
{
color: #F056AD;
}
.AnyTagClassName
{
color: #F056AD;
}
</style>
background-color css
<style>
a { background-color: #F056AD; }
a { background-color: rgb(240,86,173); }
div.DivClassName
{
background-color: #F056AD;
}
.BgClassName
{
background-color: #F056AD;
}
</style>
border-color css
<style>
span { border-color: #F056AD; }
span { border-color: rgb(240,86,173); }
td.TdClassName
{
border-color: #F056AD;
}
.TagClassName
{
border-color: #F056AD;
}
</style>