Shades of Brilliant Rose #F163A1
Tints of Brilliant Rose #F163A1
RGB
CMYK
RGB Variations
Color information
#F163A1 (or 0xF163A1) is known color: Brilliant Rose. HEX triplet: F1, 63 and A1. RGB value is (241,99,161). Sum of RGB (Red+Green+Blue) = 241+99+161=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F163A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F163A1 is #0E9C5E. Grayscale: #949494. Windows color (decimal): -957535 or 10576881. OLE color: 10576881.
HSL color Cylindrical-coordinate representation of color #F163A1: hue angle of 333.8º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 161 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.05 |
| HSL | 333.8º | 0.84% | 0.67% | - |
| HSV(B) | 333.8º | 0.59% | 0.95% | - |
| XYZ | 47.17 | 30.2 | 37.06 | - |
| YUV | 148.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 161 | 0 | 0.59 | 0.33 | 0.05 | 333.8 | 0.84 | 0.67 |
| Hex | F1 | 63 | A1 | 0 | 3B | 21 | 5 | 14E | 54 | 43 |
| Octal | 361 | 143 | 241 | 0 | 73 | 41 | 5 | 516 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10100001 | 0 | 111011 | 100001 | 101 | 101001110 | 1010100 | 1000011 |
Color Harmonies of #F163A1
Complementary color
Monochromatic Colors of #F163A1
Black with #F163A1
Text Example
Text Example
White with #F163A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163A1; }
p { color: rgb(241,99,161); }
H1.HeaderClassName
{
color: #F163A1;
}
.AnyTagClassName
{
color: #F163A1;
}
</style>
background-color css
<style>
a { background-color: #F163A1; }
a { background-color: rgb(241,99,161); }
div.DivClassName
{
background-color: #F163A1;
}
.BgClassName
{
background-color: #F163A1;
}
</style>
border-color css
<style>
span { border-color: #F163A1; }
span { border-color: rgb(241,99,161); }
td.TdClassName
{
border-color: #F163A1;
}
.TagClassName
{
border-color: #F163A1;
}
</style>