Shades of Brilliant Rose #F056AF
Tints of Brilliant Rose #F056AF
RGB
CMYK
RGB Variations
Color information
#F056AF (or 0xF056AF) is known color: Brilliant Rose. HEX triplet: F0, 56 and AF. RGB value is (240,86,175). Sum of RGB (Red+Green+Blue) = 240+86+175=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F056AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F056AF is #0FA950. Grayscale: #8D8D8D. Windows color (decimal): -1026385 or 11491056. OLE color: 11491056.
HSL color Cylindrical-coordinate representation of color #F056AF: hue angle of 325.32º 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 #F056AF is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 175 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.06 |
| HSL | 325.32º | 0.84% | 0.64% | - |
| HSV(B) | 325.32º | 0.64% | 0.94% | - |
| XYZ | 47 | 28.28 | 43.54 | - |
| YUV | 142.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 175 | 0 | 0.64 | 0.27 | 0.06 | 325.32 | 0.84 | 0.64 |
| Hex | F0 | 56 | AF | 0 | 40 | 1B | 6 | 145 | 54 | 40 |
| Octal | 360 | 126 | 257 | 0 | 100 | 33 | 6 | 505 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10101111 | 0 | 1000000 | 11011 | 110 | 101000101 | 1010100 | 1000000 |
Color Harmonies of #F056AF
Complementary color
Monochromatic Colors of #F056AF
Black with #F056AF
Text Example
Text Example
White with #F056AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056AF; }
p { color: rgb(240,86,175); }
H1.HeaderClassName
{
color: #F056AF;
}
.AnyTagClassName
{
color: #F056AF;
}
</style>
background-color css
<style>
a { background-color: #F056AF; }
a { background-color: rgb(240,86,175); }
div.DivClassName
{
background-color: #F056AF;
}
.BgClassName
{
background-color: #F056AF;
}
</style>
border-color css
<style>
span { border-color: #F056AF; }
span { border-color: rgb(240,86,175); }
td.TdClassName
{
border-color: #F056AF;
}
.TagClassName
{
border-color: #F056AF;
}
</style>