Shades of Brilliant Rose #F055AF
Tints of Brilliant Rose #F055AF
RGB
CMYK
RGB Variations
Color information
#F055AF (or 0xF055AF) is known color: Brilliant Rose. HEX triplet: F0, 55 and AF. RGB value is (240,85,175). Sum of RGB (Red+Green+Blue) = 240+85+175=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F055AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F055AF is #0FAA50. Grayscale: #8D8D8D. Windows color (decimal): -1026641 or 11490800. OLE color: 11490800.
HSL color Cylindrical-coordinate representation of color #F055AF: hue angle of 325.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055AF is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 175 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.06 |
| HSL | 325.16º | 0.84% | 0.64% | - |
| HSV(B) | 325.16º | 0.65% | 0.94% | - |
| XYZ | 46.92 | 28.12 | 43.51 | - |
| YUV | 141.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 175 | 0 | 0.65 | 0.27 | 0.06 | 325.16 | 0.84 | 0.64 |
| Hex | F0 | 55 | AF | 0 | 41 | 1B | 6 | 145 | 54 | 40 |
| Octal | 360 | 125 | 257 | 0 | 101 | 33 | 6 | 505 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10101111 | 0 | 1000001 | 11011 | 110 | 101000101 | 1010100 | 1000000 |
Color Harmonies of #F055AF
Complementary color
Monochromatic Colors of #F055AF
Black with #F055AF
Text Example
Text Example
White with #F055AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055AF; }
p { color: rgb(240,85,175); }
H1.HeaderClassName
{
color: #F055AF;
}
.AnyTagClassName
{
color: #F055AF;
}
</style>
background-color css
<style>
a { background-color: #F055AF; }
a { background-color: rgb(240,85,175); }
div.DivClassName
{
background-color: #F055AF;
}
.BgClassName
{
background-color: #F055AF;
}
</style>
border-color css
<style>
span { border-color: #F055AF; }
span { border-color: rgb(240,85,175); }
td.TdClassName
{
border-color: #F055AF;
}
.TagClassName
{
border-color: #F055AF;
}
</style>