Shades of Brilliant Rose #F150A0
Tints of Brilliant Rose #F150A0
RGB
CMYK
RGB Variations
Color information
#F150A0 (or 0xF150A0) is known color: Brilliant Rose. HEX triplet: F1, 50 and A0. RGB value is (241,80,160). Sum of RGB (Red+Green+Blue) = 241+80+160=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F150A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F150A0 is #0EAF5F. Grayscale: #898989. Windows color (decimal): -962400 or 10506481. OLE color: 10506481.
HSL color Cylindrical-coordinate representation of color #F150A0: hue angle of 330.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150A0 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 160 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.05 |
| HSL | 330.19º | 0.85% | 0.63% | - |
| HSV(B) | 330.19º | 0.67% | 0.95% | - |
| XYZ | 45.49 | 26.98 | 36.07 | - |
| YUV | 137.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 160 | 0 | 0.67 | 0.34 | 0.05 | 330.19 | 0.85 | 0.63 |
| Hex | F1 | 50 | A0 | 0 | 43 | 22 | 5 | 14A | 55 | 3F |
| Octal | 361 | 120 | 240 | 0 | 103 | 42 | 5 | 512 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10100000 | 0 | 1000011 | 100010 | 101 | 101001010 | 1010101 | 111111 |
Color Harmonies of #F150A0
Complementary color
Monochromatic Colors of #F150A0
Black with #F150A0
Text Example
Text Example
White with #F150A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150A0; }
p { color: rgb(241,80,160); }
H1.HeaderClassName
{
color: #F150A0;
}
.AnyTagClassName
{
color: #F150A0;
}
</style>
background-color css
<style>
a { background-color: #F150A0; }
a { background-color: rgb(241,80,160); }
div.DivClassName
{
background-color: #F150A0;
}
.BgClassName
{
background-color: #F150A0;
}
</style>
border-color css
<style>
span { border-color: #F150A0; }
span { border-color: rgb(241,80,160); }
td.TdClassName
{
border-color: #F150A0;
}
.TagClassName
{
border-color: #F150A0;
}
</style>