Shades of Brilliant Rose #F164A0
Tints of Brilliant Rose #F164A0
RGB
CMYK
RGB Variations
Color information
#F164A0 (or 0xF164A0) is known color: Brilliant Rose. HEX triplet: F1, 64 and A0. RGB value is (241,100,160). Sum of RGB (Red+Green+Blue) = 241+100+160=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A0 is #0E9B5F. Grayscale: #949494. Windows color (decimal): -957280 or 10511601. OLE color: 10511601.
HSL color Cylindrical-coordinate representation of color #F164A0: hue angle of 334.47º degrees, saturation: 0.83, 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 #F164A0 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 160 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.05 |
| HSL | 334.47º | 0.83% | 0.67% | - |
| HSV(B) | 334.47º | 0.59% | 0.95% | - |
| XYZ | 47.18 | 30.35 | 36.63 | - |
| YUV | 149 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 160 | 0 | 0.59 | 0.34 | 0.05 | 334.47 | 0.83 | 0.67 |
| Hex | F1 | 64 | A0 | 0 | 3B | 22 | 5 | 14E | 53 | 43 |
| Octal | 361 | 144 | 240 | 0 | 73 | 42 | 5 | 516 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10100000 | 0 | 111011 | 100010 | 101 | 101001110 | 1010011 | 1000011 |
Color Harmonies of #F164A0
Complementary color
Monochromatic Colors of #F164A0
Black with #F164A0
Text Example
Text Example
White with #F164A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164A0; }
p { color: rgb(241,100,160); }
H1.HeaderClassName
{
color: #F164A0;
}
.AnyTagClassName
{
color: #F164A0;
}
</style>
background-color css
<style>
a { background-color: #F164A0; }
a { background-color: rgb(241,100,160); }
div.DivClassName
{
background-color: #F164A0;
}
.BgClassName
{
background-color: #F164A0;
}
</style>
border-color css
<style>
span { border-color: #F164A0; }
span { border-color: rgb(241,100,160); }
td.TdClassName
{
border-color: #F164A0;
}
.TagClassName
{
border-color: #F164A0;
}
</style>