Shades of Pale Violet Red #F0689D
Tints of Pale Violet Red #F0689D
RGB
CMYK
RGB Variations
Color information
#F0689D (or 0xF0689D) is known color: Pale Violet Red. HEX triplet: F0, 68 and 9D. RGB value is (240,104,157). Sum of RGB (Red+Green+Blue) = 240+104+157=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0689D is #0F9762. Grayscale: #969696. Windows color (decimal): -1021795 or 10316016. OLE color: 10316016.
HSL color Cylindrical-coordinate representation of color #F0689D: hue angle of 336.62º 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 #F0689D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 157 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.06 |
| HSL | 336.62º | 0.82% | 0.67% | - |
| HSV(B) | 336.62º | 0.57% | 0.94% | - |
| XYZ | 46.97 | 30.86 | 35.38 | - |
| YUV | 150.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 157 | 0 | 0.57 | 0.35 | 0.06 | 336.62 | 0.82 | 0.67 |
| Hex | F0 | 68 | 9D | 0 | 39 | 23 | 6 | 151 | 52 | 43 |
| Octal | 360 | 150 | 235 | 0 | 71 | 43 | 6 | 521 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10011101 | 0 | 111001 | 100011 | 110 | 101010001 | 1010010 | 1000011 |
Color Harmonies of #F0689D
Complementary color
Monochromatic Colors of #F0689D
Black with #F0689D
Text Example
Text Example
White with #F0689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0689D; }
p { color: rgb(240,104,157); }
H1.HeaderClassName
{
color: #F0689D;
}
.AnyTagClassName
{
color: #F0689D;
}
</style>
background-color css
<style>
a { background-color: #F0689D; }
a { background-color: rgb(240,104,157); }
div.DivClassName
{
background-color: #F0689D;
}
.BgClassName
{
background-color: #F0689D;
}
</style>
border-color css
<style>
span { border-color: #F0689D; }
span { border-color: rgb(240,104,157); }
td.TdClassName
{
border-color: #F0689D;
}
.TagClassName
{
border-color: #F0689D;
}
</style>