Shades of Brilliant Rose #F163A6
Tints of Brilliant Rose #F163A6
RGB
CMYK
RGB Variations
Color information
#F163A6 (or 0xF163A6) is known color: Brilliant Rose. HEX triplet: F1, 63 and A6. RGB value is (241,99,166). Sum of RGB (Red+Green+Blue) = 241+99+166=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F163A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F163A6 is #0E9C59. Grayscale: #949494. Windows color (decimal): -957530 or 10904561. OLE color: 10904561.
HSL color Cylindrical-coordinate representation of color #F163A6: hue angle of 331.69º 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 #F163A6 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 166 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.05 |
| HSL | 331.69º | 0.84% | 0.67% | - |
| HSV(B) | 331.69º | 0.59% | 0.95% | - |
| XYZ | 47.62 | 30.38 | 39.43 | - |
| YUV | 149.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 166 | 0 | 0.59 | 0.31 | 0.05 | 331.69 | 0.84 | 0.67 |
| Hex | F1 | 63 | A6 | 0 | 3B | 1F | 5 | 14C | 54 | 43 |
| Octal | 361 | 143 | 246 | 0 | 73 | 37 | 5 | 514 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10100110 | 0 | 111011 | 11111 | 101 | 101001100 | 1010100 | 1000011 |
Color Harmonies of #F163A6
Complementary color
Monochromatic Colors of #F163A6
Black with #F163A6
Text Example
Text Example
White with #F163A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163A6; }
p { color: rgb(241,99,166); }
H1.HeaderClassName
{
color: #F163A6;
}
.AnyTagClassName
{
color: #F163A6;
}
</style>
background-color css
<style>
a { background-color: #F163A6; }
a { background-color: rgb(241,99,166); }
div.DivClassName
{
background-color: #F163A6;
}
.BgClassName
{
background-color: #F163A6;
}
</style>
border-color css
<style>
span { border-color: #F163A6; }
span { border-color: rgb(241,99,166); }
td.TdClassName
{
border-color: #F163A6;
}
.TagClassName
{
border-color: #F163A6;
}
</style>