Shades of Pale Violet Red #F16D9B
Tints of Pale Violet Red #F16D9B
RGB
CMYK
RGB Variations
Color information
#F16D9B (or 0xF16D9B) is known color: Pale Violet Red. HEX triplet: F1, 6D and 9B. RGB value is (241,109,155). Sum of RGB (Red+Green+Blue) = 241+109+155=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D9B is #0E9264. Grayscale: #999999. Windows color (decimal): -954981 or 10186225. OLE color: 10186225.
HSL color Cylindrical-coordinate representation of color #F16D9B: hue angle of 339.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D9B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 155 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.05 |
| HSL | 339.09º | 0.83% | 0.69% | - |
| HSV(B) | 339.09º | 0.55% | 0.95% | - |
| XYZ | 47.66 | 32 | 34.68 | - |
| YUV | 153.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 155 | 0 | 0.55 | 0.36 | 0.05 | 339.09 | 0.83 | 0.69 |
| Hex | F1 | 6D | 9B | 0 | 37 | 24 | 5 | 153 | 52 | 45 |
| Octal | 361 | 155 | 233 | 0 | 67 | 44 | 5 | 523 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10011011 | 0 | 110111 | 100100 | 101 | 101010011 | 1010010 | 1000101 |
Color Harmonies of #F16D9B
Complementary color
Monochromatic Colors of #F16D9B
Black with #F16D9B
Text Example
Text Example
White with #F16D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D9B; }
p { color: rgb(241,109,155); }
H1.HeaderClassName
{
color: #F16D9B;
}
.AnyTagClassName
{
color: #F16D9B;
}
</style>
background-color css
<style>
a { background-color: #F16D9B; }
a { background-color: rgb(241,109,155); }
div.DivClassName
{
background-color: #F16D9B;
}
.BgClassName
{
background-color: #F16D9B;
}
</style>
border-color css
<style>
span { border-color: #F16D9B; }
span { border-color: rgb(241,109,155); }
td.TdClassName
{
border-color: #F16D9B;
}
.TagClassName
{
border-color: #F16D9B;
}
</style>