Shades of Brilliant Rose #F156A1
Tints of Brilliant Rose #F156A1
RGB
CMYK
RGB Variations
Color information
#F156A1 (or 0xF156A1) is known color: Brilliant Rose. HEX triplet: F1, 56 and A1. RGB value is (241,86,161). Sum of RGB (Red+Green+Blue) = 241+86+161=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F156A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156A1 is #0EA95E. Grayscale: #8C8C8C. Windows color (decimal): -960863 or 10573553. OLE color: 10573553.
HSL color Cylindrical-coordinate representation of color #F156A1: hue angle of 330.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156A1 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 161 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.05 |
| HSL | 330.97º | 0.85% | 0.64% | - |
| HSV(B) | 330.97º | 0.64% | 0.95% | - |
| XYZ | 46.04 | 27.93 | 36.68 | - |
| YUV | 140.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 161 | 0 | 0.64 | 0.33 | 0.05 | 330.97 | 0.85 | 0.64 |
| Hex | F1 | 56 | A1 | 0 | 40 | 21 | 5 | 14B | 55 | 40 |
| Octal | 361 | 126 | 241 | 0 | 100 | 41 | 5 | 513 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10100001 | 0 | 1000000 | 100001 | 101 | 101001011 | 1010101 | 1000000 |
Color Harmonies of #F156A1
Complementary color
Monochromatic Colors of #F156A1
Black with #F156A1
Text Example
Text Example
White with #F156A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156A1; }
p { color: rgb(241,86,161); }
H1.HeaderClassName
{
color: #F156A1;
}
.AnyTagClassName
{
color: #F156A1;
}
</style>
background-color css
<style>
a { background-color: #F156A1; }
a { background-color: rgb(241,86,161); }
div.DivClassName
{
background-color: #F156A1;
}
.BgClassName
{
background-color: #F156A1;
}
</style>
border-color css
<style>
span { border-color: #F156A1; }
span { border-color: rgb(241,86,161); }
td.TdClassName
{
border-color: #F156A1;
}
.TagClassName
{
border-color: #F156A1;
}
</style>