Shades of Pale Violet Red #F0699C
Tints of Pale Violet Red #F0699C
RGB
CMYK
RGB Variations
Color information
#F0699C (or 0xF0699C) is known color: Pale Violet Red. HEX triplet: F0, 69 and 9C. RGB value is (240,105,156). Sum of RGB (Red+Green+Blue) = 240+105+156=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0699C is #0F9663. Grayscale: #979797. Windows color (decimal): -1021540 or 10250736. OLE color: 10250736.
HSL color Cylindrical-coordinate representation of color #F0699C: hue angle of 337.33º 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 #F0699C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 156 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.06 |
| HSL | 337.33º | 0.82% | 0.68% | - |
| HSV(B) | 337.33º | 0.56% | 0.94% | - |
| XYZ | 46.99 | 31.03 | 34.97 | - |
| YUV | 151.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 156 | 0 | 0.56 | 0.35 | 0.06 | 337.33 | 0.82 | 0.68 |
| Hex | F0 | 69 | 9C | 0 | 38 | 23 | 6 | 151 | 52 | 44 |
| Octal | 360 | 151 | 234 | 0 | 70 | 43 | 6 | 521 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10011100 | 0 | 111000 | 100011 | 110 | 101010001 | 1010010 | 1000100 |
Color Harmonies of #F0699C
Complementary color
Monochromatic Colors of #F0699C
Black with #F0699C
Text Example
Text Example
White with #F0699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0699C; }
p { color: rgb(240,105,156); }
H1.HeaderClassName
{
color: #F0699C;
}
.AnyTagClassName
{
color: #F0699C;
}
</style>
background-color css
<style>
a { background-color: #F0699C; }
a { background-color: rgb(240,105,156); }
div.DivClassName
{
background-color: #F0699C;
}
.BgClassName
{
background-color: #F0699C;
}
</style>
border-color css
<style>
span { border-color: #F0699C; }
span { border-color: rgb(240,105,156); }
td.TdClassName
{
border-color: #F0699C;
}
.TagClassName
{
border-color: #F0699C;
}
</style>