Shades of Brilliant Rose #F160A0
Tints of Brilliant Rose #F160A0
RGB
CMYK
RGB Variations
Color information
#F160A0 (or 0xF160A0) is known color: Brilliant Rose. HEX triplet: F1, 60 and A0. RGB value is (241,96,160). Sum of RGB (Red+Green+Blue) = 241+96+160=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F160A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160A0 is #0E9F5F. Grayscale: #929292. Windows color (decimal): -958304 or 10510577. OLE color: 10510577.
HSL color Cylindrical-coordinate representation of color #F160A0: hue angle of 333.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160A0 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 160 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.05 |
| HSL | 333.52º | 0.84% | 0.66% | - |
| HSV(B) | 333.52º | 0.6% | 0.95% | - |
| XYZ | 46.8 | 29.6 | 36.51 | - |
| YUV | 146.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 160 | 0 | 0.60 | 0.34 | 0.05 | 333.52 | 0.84 | 0.66 |
| Hex | F1 | 60 | A0 | 0 | 3C | 22 | 5 | 14E | 54 | 42 |
| Octal | 361 | 140 | 240 | 0 | 74 | 42 | 5 | 516 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10100000 | 0 | 111100 | 100010 | 101 | 101001110 | 1010100 | 1000010 |
Color Harmonies of #F160A0
Complementary color
Monochromatic Colors of #F160A0
Black with #F160A0
Text Example
Text Example
White with #F160A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160A0; }
p { color: rgb(241,96,160); }
H1.HeaderClassName
{
color: #F160A0;
}
.AnyTagClassName
{
color: #F160A0;
}
</style>
background-color css
<style>
a { background-color: #F160A0; }
a { background-color: rgb(241,96,160); }
div.DivClassName
{
background-color: #F160A0;
}
.BgClassName
{
background-color: #F160A0;
}
</style>
border-color css
<style>
span { border-color: #F160A0; }
span { border-color: rgb(241,96,160); }
td.TdClassName
{
border-color: #F160A0;
}
.TagClassName
{
border-color: #F160A0;
}
</style>