Shades of Pale Violet Red #F1689A
Tints of Pale Violet Red #F1689A
RGB
CMYK
RGB Variations
Color information
#F1689A (or 0xF1689A) is known color: Pale Violet Red. HEX triplet: F1, 68 and 9A. RGB value is (241,104,154). Sum of RGB (Red+Green+Blue) = 241+104+154=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1689A is #0E9765. Grayscale: #969696. Windows color (decimal): -956262 or 10119409. OLE color: 10119409.
HSL color Cylindrical-coordinate representation of color #F1689A: hue angle of 338.1º 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 #F1689A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 154 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 338.1º | 0.83% | 0.68% | - |
| HSV(B) | 338.1º | 0.57% | 0.95% | - |
| XYZ | 47.06 | 30.93 | 34.06 | - |
| YUV | 150.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 154 | 0 | 0.57 | 0.36 | 0.05 | 338.1 | 0.83 | 0.68 |
| Hex | F1 | 68 | 9A | 0 | 39 | 24 | 5 | 152 | 53 | 44 |
| Octal | 361 | 150 | 232 | 0 | 71 | 44 | 5 | 522 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10011010 | 0 | 111001 | 100100 | 101 | 101010010 | 1010011 | 1000100 |
Color Harmonies of #F1689A
Complementary color
Monochromatic Colors of #F1689A
Black with #F1689A
Text Example
Text Example
White with #F1689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1689A; }
p { color: rgb(241,104,154); }
H1.HeaderClassName
{
color: #F1689A;
}
.AnyTagClassName
{
color: #F1689A;
}
</style>
background-color css
<style>
a { background-color: #F1689A; }
a { background-color: rgb(241,104,154); }
div.DivClassName
{
background-color: #F1689A;
}
.BgClassName
{
background-color: #F1689A;
}
</style>
border-color css
<style>
span { border-color: #F1689A; }
span { border-color: rgb(241,104,154); }
td.TdClassName
{
border-color: #F1689A;
}
.TagClassName
{
border-color: #F1689A;
}
</style>