Shades of Pale Violet Red #F1689B
Tints of Pale Violet Red #F1689B
RGB
CMYK
RGB Variations
Color information
#F1689B (or 0xF1689B) is known color: Pale Violet Red. HEX triplet: F1, 68 and 9B. RGB value is (241,104,155). Sum of RGB (Red+Green+Blue) = 241+104+155=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1689B is #0E9764. Grayscale: #969696. Windows color (decimal): -956261 or 10184945. OLE color: 10184945.
HSL color Cylindrical-coordinate representation of color #F1689B: hue angle of 337.66º 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 #F1689B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 155 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 337.66º | 0.83% | 0.68% | - |
| HSV(B) | 337.66º | 0.57% | 0.95% | - |
| XYZ | 47.14 | 30.97 | 34.5 | - |
| YUV | 150.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 155 | 0 | 0.57 | 0.36 | 0.05 | 337.66 | 0.83 | 0.68 |
| Hex | F1 | 68 | 9B | 0 | 39 | 24 | 5 | 152 | 53 | 44 |
| Octal | 361 | 150 | 233 | 0 | 71 | 44 | 5 | 522 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10011011 | 0 | 111001 | 100100 | 101 | 101010010 | 1010011 | 1000100 |
Color Harmonies of #F1689B
Complementary color
Monochromatic Colors of #F1689B
Black with #F1689B
Text Example
Text Example
White with #F1689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1689B; }
p { color: rgb(241,104,155); }
H1.HeaderClassName
{
color: #F1689B;
}
.AnyTagClassName
{
color: #F1689B;
}
</style>
background-color css
<style>
a { background-color: #F1689B; }
a { background-color: rgb(241,104,155); }
div.DivClassName
{
background-color: #F1689B;
}
.BgClassName
{
background-color: #F1689B;
}
</style>
border-color css
<style>
span { border-color: #F1689B; }
span { border-color: rgb(241,104,155); }
td.TdClassName
{
border-color: #F1689B;
}
.TagClassName
{
border-color: #F1689B;
}
</style>