Shades of Pale Violet Red #F0699A
Tints of Pale Violet Red #F0699A
RGB
CMYK
RGB Variations
Color information
#F0699A (or 0xF0699A) is known color: Pale Violet Red. HEX triplet: F0, 69 and 9A. RGB value is (240,105,154). Sum of RGB (Red+Green+Blue) = 240+105+154=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0699A is #0F9665. Grayscale: #969696. Windows color (decimal): -1021542 or 10119664. OLE color: 10119664.
HSL color Cylindrical-coordinate representation of color #F0699A: hue angle of 338.22º 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 #F0699A is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 154 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.06 |
| HSL | 338.22º | 0.82% | 0.68% | - |
| HSV(B) | 338.22º | 0.56% | 0.94% | - |
| XYZ | 46.82 | 30.96 | 34.08 | - |
| YUV | 150.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 154 | 0 | 0.56 | 0.36 | 0.06 | 338.22 | 0.82 | 0.68 |
| Hex | F0 | 69 | 9A | 0 | 38 | 24 | 6 | 152 | 52 | 44 |
| Octal | 360 | 151 | 232 | 0 | 70 | 44 | 6 | 522 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10011010 | 0 | 111000 | 100100 | 110 | 101010010 | 1010010 | 1000100 |
Color Harmonies of #F0699A
Complementary color
Monochromatic Colors of #F0699A
Black with #F0699A
Text Example
Text Example
White with #F0699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0699A; }
p { color: rgb(240,105,154); }
H1.HeaderClassName
{
color: #F0699A;
}
.AnyTagClassName
{
color: #F0699A;
}
</style>
background-color css
<style>
a { background-color: #F0699A; }
a { background-color: rgb(240,105,154); }
div.DivClassName
{
background-color: #F0699A;
}
.BgClassName
{
background-color: #F0699A;
}
</style>
border-color css
<style>
span { border-color: #F0699A; }
span { border-color: rgb(240,105,154); }
td.TdClassName
{
border-color: #F0699A;
}
.TagClassName
{
border-color: #F0699A;
}
</style>