Shades of Brilliant Rose #F050A2
Tints of Brilliant Rose #F050A2
RGB
CMYK
RGB Variations
Color information
#F050A2 (or 0xF050A2) is known color: Brilliant Rose. HEX triplet: F0, 50 and A2. RGB value is (240,80,162). Sum of RGB (Red+Green+Blue) = 240+80+162=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F050A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F050A2 is #0FAF5D. Grayscale: #898989. Windows color (decimal): -1027934 or 10637552. OLE color: 10637552.
HSL color Cylindrical-coordinate representation of color #F050A2: hue angle of 329.25º 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 #F050A2 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 162 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.06 |
| HSL | 329.25º | 0.84% | 0.63% | - |
| HSV(B) | 329.25º | 0.67% | 0.94% | - |
| XYZ | 45.33 | 26.87 | 36.98 | - |
| YUV | 137.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 162 | 0 | 0.67 | 0.32 | 0.06 | 329.25 | 0.84 | 0.63 |
| Hex | F0 | 50 | A2 | 0 | 43 | 20 | 6 | 149 | 54 | 3F |
| Octal | 360 | 120 | 242 | 0 | 103 | 40 | 6 | 511 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10100010 | 0 | 1000011 | 100000 | 110 | 101001001 | 1010100 | 111111 |
Color Harmonies of #F050A2
Complementary color
Monochromatic Colors of #F050A2
Black with #F050A2
Text Example
Text Example
White with #F050A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050A2; }
p { color: rgb(240,80,162); }
H1.HeaderClassName
{
color: #F050A2;
}
.AnyTagClassName
{
color: #F050A2;
}
</style>
background-color css
<style>
a { background-color: #F050A2; }
a { background-color: rgb(240,80,162); }
div.DivClassName
{
background-color: #F050A2;
}
.BgClassName
{
background-color: #F050A2;
}
</style>
border-color css
<style>
span { border-color: #F050A2; }
span { border-color: rgb(240,80,162); }
td.TdClassName
{
border-color: #F050A2;
}
.TagClassName
{
border-color: #F050A2;
}
</style>