Shades of Brilliant Rose #F168A0
Tints of Brilliant Rose #F168A0
RGB
CMYK
RGB Variations
Color information
#F168A0 (or 0xF168A0) is known color: Brilliant Rose. HEX triplet: F1, 68 and A0. RGB value is (241,104,160). Sum of RGB (Red+Green+Blue) = 241+104+160=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F168A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168A0 is #0E975F. Grayscale: #979797. Windows color (decimal): -956256 or 10512625. OLE color: 10512625.
HSL color Cylindrical-coordinate representation of color #F168A0: hue angle of 335.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168A0 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 160 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 335.47º | 0.83% | 0.68% | - |
| HSV(B) | 335.47º | 0.57% | 0.95% | - |
| XYZ | 47.57 | 31.14 | 36.76 | - |
| YUV | 151.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 160 | 0 | 0.57 | 0.34 | 0.05 | 335.47 | 0.83 | 0.68 |
| Hex | F1 | 68 | A0 | 0 | 39 | 22 | 5 | 14F | 53 | 44 |
| Octal | 361 | 150 | 240 | 0 | 71 | 42 | 5 | 517 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10100000 | 0 | 111001 | 100010 | 101 | 101001111 | 1010011 | 1000100 |
Color Harmonies of #F168A0
Complementary color
Monochromatic Colors of #F168A0
Black with #F168A0
Text Example
Text Example
White with #F168A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168A0; }
p { color: rgb(241,104,160); }
H1.HeaderClassName
{
color: #F168A0;
}
.AnyTagClassName
{
color: #F168A0;
}
</style>
background-color css
<style>
a { background-color: #F168A0; }
a { background-color: rgb(241,104,160); }
div.DivClassName
{
background-color: #F168A0;
}
.BgClassName
{
background-color: #F168A0;
}
</style>
border-color css
<style>
span { border-color: #F168A0; }
span { border-color: rgb(241,104,160); }
td.TdClassName
{
border-color: #F168A0;
}
.TagClassName
{
border-color: #F168A0;
}
</style>