Shades of Pale Violet Red #F0699E
Tints of Pale Violet Red #F0699E
RGB
CMYK
RGB Variations
Color information
#F0699E (or 0xF0699E) is known color: Pale Violet Red. HEX triplet: F0, 69 and 9E. RGB value is (240,105,158). Sum of RGB (Red+Green+Blue) = 240+105+158=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0699E is #0F9661. Grayscale: #979797. Windows color (decimal): -1021538 or 10381808. OLE color: 10381808.
HSL color Cylindrical-coordinate representation of color #F0699E: hue angle of 336.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0699E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 158 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.06 |
| HSL | 336.44º | 0.82% | 0.68% | - |
| HSV(B) | 336.44º | 0.56% | 0.94% | - |
| XYZ | 47.16 | 31.1 | 35.86 | - |
| YUV | 151.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 158 | 0 | 0.56 | 0.34 | 0.06 | 336.44 | 0.82 | 0.68 |
| Hex | F0 | 69 | 9E | 0 | 38 | 22 | 6 | 150 | 52 | 44 |
| Octal | 360 | 151 | 236 | 0 | 70 | 42 | 6 | 520 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10011110 | 0 | 111000 | 100010 | 110 | 101010000 | 1010010 | 1000100 |
Color Harmonies of #F0699E
Complementary color
Monochromatic Colors of #F0699E
Black with #F0699E
Text Example
Text Example
White with #F0699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0699E; }
p { color: rgb(240,105,158); }
H1.HeaderClassName
{
color: #F0699E;
}
.AnyTagClassName
{
color: #F0699E;
}
</style>
background-color css
<style>
a { background-color: #F0699E; }
a { background-color: rgb(240,105,158); }
div.DivClassName
{
background-color: #F0699E;
}
.BgClassName
{
background-color: #F0699E;
}
</style>
border-color css
<style>
span { border-color: #F0699E; }
span { border-color: rgb(240,105,158); }
td.TdClassName
{
border-color: #F0699E;
}
.TagClassName
{
border-color: #F0699E;
}
</style>