Shades of Brilliant Rose #F055A1
Tints of Brilliant Rose #F055A1
RGB
CMYK
RGB Variations
Color information
#F055A1 (or 0xF055A1) is known color: Brilliant Rose. HEX triplet: F0, 55 and A1. RGB value is (240,85,161). Sum of RGB (Red+Green+Blue) = 240+85+161=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F055A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F055A1 is #0FAA5E. Grayscale: #8B8B8B. Windows color (decimal): -1026655 or 10573296. OLE color: 10573296.
HSL color Cylindrical-coordinate representation of color #F055A1: hue angle of 330.58º 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 #F055A1 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 161 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.06 |
| HSL | 330.58º | 0.84% | 0.64% | - |
| HSV(B) | 330.58º | 0.65% | 0.94% | - |
| XYZ | 45.62 | 27.6 | 36.64 | - |
| YUV | 140.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 161 | 0 | 0.65 | 0.33 | 0.06 | 330.58 | 0.84 | 0.64 |
| Hex | F0 | 55 | A1 | 0 | 41 | 21 | 6 | 14B | 54 | 40 |
| Octal | 360 | 125 | 241 | 0 | 101 | 41 | 6 | 513 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10100001 | 0 | 1000001 | 100001 | 110 | 101001011 | 1010100 | 1000000 |
Color Harmonies of #F055A1
Complementary color
Monochromatic Colors of #F055A1
Black with #F055A1
Text Example
Text Example
White with #F055A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055A1; }
p { color: rgb(240,85,161); }
H1.HeaderClassName
{
color: #F055A1;
}
.AnyTagClassName
{
color: #F055A1;
}
</style>
background-color css
<style>
a { background-color: #F055A1; }
a { background-color: rgb(240,85,161); }
div.DivClassName
{
background-color: #F055A1;
}
.BgClassName
{
background-color: #F055A1;
}
</style>
border-color css
<style>
span { border-color: #F055A1; }
span { border-color: rgb(240,85,161); }
td.TdClassName
{
border-color: #F055A1;
}
.TagClassName
{
border-color: #F055A1;
}
</style>