Shades of Brilliant Rose #F055A3
Tints of Brilliant Rose #F055A3
RGB
CMYK
RGB Variations
Color information
#F055A3 (or 0xF055A3) is known color: Brilliant Rose. HEX triplet: F0, 55 and A3. RGB value is (240,85,163). Sum of RGB (Red+Green+Blue) = 240+85+163=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F055A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F055A3 is #0FAA5C. Grayscale: #8C8C8C. Windows color (decimal): -1026653 or 10704368. OLE color: 10704368.
HSL color Cylindrical-coordinate representation of color #F055A3: hue angle of 329.81º 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 #F055A3 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 163 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.06 |
| HSL | 329.81º | 0.84% | 0.64% | - |
| HSV(B) | 329.81º | 0.65% | 0.94% | - |
| XYZ | 45.79 | 27.67 | 37.58 | - |
| YUV | 140.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 163 | 0 | 0.65 | 0.32 | 0.06 | 329.81 | 0.84 | 0.64 |
| Hex | F0 | 55 | A3 | 0 | 41 | 20 | 6 | 14A | 54 | 40 |
| Octal | 360 | 125 | 243 | 0 | 101 | 40 | 6 | 512 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10100011 | 0 | 1000001 | 100000 | 110 | 101001010 | 1010100 | 1000000 |
Color Harmonies of #F055A3
Complementary color
Monochromatic Colors of #F055A3
Black with #F055A3
Text Example
Text Example
White with #F055A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F055A3; }
p { color: rgb(240,85,163); }
H1.HeaderClassName
{
color: #F055A3;
}
.AnyTagClassName
{
color: #F055A3;
}
</style>
background-color css
<style>
a { background-color: #F055A3; }
a { background-color: rgb(240,85,163); }
div.DivClassName
{
background-color: #F055A3;
}
.BgClassName
{
background-color: #F055A3;
}
</style>
border-color css
<style>
span { border-color: #F055A3; }
span { border-color: rgb(240,85,163); }
td.TdClassName
{
border-color: #F055A3;
}
.TagClassName
{
border-color: #F055A3;
}
</style>