Shades of Brilliant Rose #F055A8
Tints of Brilliant Rose #F055A8
RGB
CMYK
RGB Variations
Color information
#F055A8 (or 0xF055A8) is known color: Brilliant Rose. HEX triplet: F0, 55 and A8. RGB value is (240,85,168). Sum of RGB (Red+Green+Blue) = 240+85+168=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F055A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F055A8 is #0FAA57. Grayscale: #8C8C8C. Windows color (decimal): -1026648 or 11032048. OLE color: 11032048.
HSL color Cylindrical-coordinate representation of color #F055A8: hue angle of 327.87º 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 #F055A8 is Cyan = 0, Magento = 0.65, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 168 | - |
| CMYK | 0 | 0.65 | 0.3 | 0.06 |
| HSL | 327.87º | 0.84% | 0.64% | - |
| HSV(B) | 327.87º | 0.65% | 0.94% | - |
| XYZ | 46.25 | 27.85 | 39.98 | - |
| YUV | 140.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 168 | 0 | 0.65 | 0.3 | 0.06 | 327.87 | 0.84 | 0.64 |
| Hex | F0 | 55 | A8 | 0 | 41 | 1E | 6 | 148 | 54 | 40 |
| Octal | 360 | 125 | 250 | 0 | 101 | 36 | 6 | 510 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10101000 | 0 | 1000001 | 11110 | 110 | 101001000 | 1010100 | 1000000 |
Color Harmonies of #F055A8
Complementary color
Monochromatic Colors of #F055A8
Black with #F055A8
Text Example
Text Example
White with #F055A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055A8; }
p { color: rgb(240,85,168); }
H1.HeaderClassName
{
color: #F055A8;
}
.AnyTagClassName
{
color: #F055A8;
}
</style>
background-color css
<style>
a { background-color: #F055A8; }
a { background-color: rgb(240,85,168); }
div.DivClassName
{
background-color: #F055A8;
}
.BgClassName
{
background-color: #F055A8;
}
</style>
border-color css
<style>
span { border-color: #F055A8; }
span { border-color: rgb(240,85,168); }
td.TdClassName
{
border-color: #F055A8;
}
.TagClassName
{
border-color: #F055A8;
}
</style>