Shades of Pale Violet Red #F0689C
Tints of Pale Violet Red #F0689C
RGB
CMYK
RGB Variations
Color information
#F0689C (or 0xF0689C) is known color: Pale Violet Red. HEX triplet: F0, 68 and 9C. RGB value is (240,104,156). Sum of RGB (Red+Green+Blue) = 240+104+156=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0689C is #0F9763. Grayscale: #969696. Windows color (decimal): -1021796 or 10250480. OLE color: 10250480.
HSL color Cylindrical-coordinate representation of color #F0689C: hue angle of 337.06º 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 #F0689C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 156 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.06 |
| HSL | 337.06º | 0.82% | 0.67% | - |
| HSV(B) | 337.06º | 0.57% | 0.94% | - |
| XYZ | 46.89 | 30.83 | 34.93 | - |
| YUV | 150.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 156 | 0 | 0.57 | 0.35 | 0.06 | 337.06 | 0.82 | 0.67 |
| Hex | F0 | 68 | 9C | 0 | 39 | 23 | 6 | 151 | 52 | 43 |
| Octal | 360 | 150 | 234 | 0 | 71 | 43 | 6 | 521 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10011100 | 0 | 111001 | 100011 | 110 | 101010001 | 1010010 | 1000011 |
Color Harmonies of #F0689C
Complementary color
Monochromatic Colors of #F0689C
Black with #F0689C
Text Example
Text Example
White with #F0689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0689C; }
p { color: rgb(240,104,156); }
H1.HeaderClassName
{
color: #F0689C;
}
.AnyTagClassName
{
color: #F0689C;
}
</style>
background-color css
<style>
a { background-color: #F0689C; }
a { background-color: rgb(240,104,156); }
div.DivClassName
{
background-color: #F0689C;
}
.BgClassName
{
background-color: #F0689C;
}
</style>
border-color css
<style>
span { border-color: #F0689C; }
span { border-color: rgb(240,104,156); }
td.TdClassName
{
border-color: #F0689C;
}
.TagClassName
{
border-color: #F0689C;
}
</style>