Shades of Pale Violet Red #F0689A
Tints of Pale Violet Red #F0689A
RGB
CMYK
RGB Variations
Color information
#F0689A (or 0xF0689A) is known color: Pale Violet Red. HEX triplet: F0, 68 and 9A. RGB value is (240,104,154). Sum of RGB (Red+Green+Blue) = 240+104+154=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0689A is #0F9765. Grayscale: #969696. Windows color (decimal): -1021798 or 10119408. OLE color: 10119408.
HSL color Cylindrical-coordinate representation of color #F0689A: hue angle of 337.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0689A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 154 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.06 |
| HSL | 337.94º | 0.82% | 0.67% | - |
| HSV(B) | 337.94º | 0.57% | 0.94% | - |
| XYZ | 46.72 | 30.76 | 34.05 | - |
| YUV | 150.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 154 | 0 | 0.57 | 0.36 | 0.06 | 337.94 | 0.82 | 0.67 |
| Hex | F0 | 68 | 9A | 0 | 39 | 24 | 6 | 152 | 52 | 43 |
| Octal | 360 | 150 | 232 | 0 | 71 | 44 | 6 | 522 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10011010 | 0 | 111001 | 100100 | 110 | 101010010 | 1010010 | 1000011 |
Color Harmonies of #F0689A
Complementary color
Monochromatic Colors of #F0689A
Black with #F0689A
Text Example
Text Example
White with #F0689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0689A; }
p { color: rgb(240,104,154); }
H1.HeaderClassName
{
color: #F0689A;
}
.AnyTagClassName
{
color: #F0689A;
}
</style>
background-color css
<style>
a { background-color: #F0689A; }
a { background-color: rgb(240,104,154); }
div.DivClassName
{
background-color: #F0689A;
}
.BgClassName
{
background-color: #F0689A;
}
</style>
border-color css
<style>
span { border-color: #F0689A; }
span { border-color: rgb(240,104,154); }
td.TdClassName
{
border-color: #F0689A;
}
.TagClassName
{
border-color: #F0689A;
}
</style>