Shades of Brilliant Rose #F050A8
Tints of Brilliant Rose #F050A8
RGB
CMYK
RGB Variations
Color information
#F050A8 (or 0xF050A8) is known color: Brilliant Rose. HEX triplet: F0, 50 and A8. RGB value is (240,80,168). Sum of RGB (Red+Green+Blue) = 240+80+168=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F050A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F050A8 is #0FAF57. Grayscale: #898989. Windows color (decimal): -1027928 or 11030768. OLE color: 11030768.
HSL color Cylindrical-coordinate representation of color #F050A8: hue angle of 327º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050A8 is Cyan = 0, Magento = 0.67, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 168 | - |
| CMYK | 0 | 0.67 | 0.3 | 0.06 |
| HSL | 327º | 0.84% | 0.63% | - |
| HSV(B) | 327º | 0.67% | 0.94% | - |
| XYZ | 45.87 | 27.09 | 39.86 | - |
| YUV | 137.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 168 | 0 | 0.67 | 0.3 | 0.06 | 327 | 0.84 | 0.63 |
| Hex | F0 | 50 | A8 | 0 | 43 | 1E | 6 | 147 | 54 | 3F |
| Octal | 360 | 120 | 250 | 0 | 103 | 36 | 6 | 507 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10101000 | 0 | 1000011 | 11110 | 110 | 101000111 | 1010100 | 111111 |
Color Harmonies of #F050A8
Complementary color
Monochromatic Colors of #F050A8
Black with #F050A8
Text Example
Text Example
White with #F050A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050A8; }
p { color: rgb(240,80,168); }
H1.HeaderClassName
{
color: #F050A8;
}
.AnyTagClassName
{
color: #F050A8;
}
</style>
background-color css
<style>
a { background-color: #F050A8; }
a { background-color: rgb(240,80,168); }
div.DivClassName
{
background-color: #F050A8;
}
.BgClassName
{
background-color: #F050A8;
}
</style>
border-color css
<style>
span { border-color: #F050A8; }
span { border-color: rgb(240,80,168); }
td.TdClassName
{
border-color: #F050A8;
}
.TagClassName
{
border-color: #F050A8;
}
</style>