Shades of Pale Violet Red #F0679B
Tints of Pale Violet Red #F0679B
RGB
CMYK
RGB Variations
Color information
#F0679B (or 0xF0679B) is known color: Pale Violet Red. HEX triplet: F0, 67 and 9B. RGB value is (240,103,155). Sum of RGB (Red+Green+Blue) = 240+103+155=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0679B is #0F9864. Grayscale: #959595. Windows color (decimal): -1022053 or 10184688. OLE color: 10184688.
HSL color Cylindrical-coordinate representation of color #F0679B: hue angle of 337.23º 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 #F0679B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 155 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.06 |
| HSL | 337.23º | 0.82% | 0.67% | - |
| HSV(B) | 337.23º | 0.57% | 0.94% | - |
| XYZ | 46.7 | 30.59 | 34.45 | - |
| YUV | 149.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 155 | 0 | 0.57 | 0.35 | 0.06 | 337.23 | 0.82 | 0.67 |
| Hex | F0 | 67 | 9B | 0 | 39 | 23 | 6 | 151 | 52 | 43 |
| Octal | 360 | 147 | 233 | 0 | 71 | 43 | 6 | 521 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10011011 | 0 | 111001 | 100011 | 110 | 101010001 | 1010010 | 1000011 |
Color Harmonies of #F0679B
Complementary color
Monochromatic Colors of #F0679B
Black with #F0679B
Text Example
Text Example
White with #F0679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0679B; }
p { color: rgb(240,103,155); }
H1.HeaderClassName
{
color: #F0679B;
}
.AnyTagClassName
{
color: #F0679B;
}
</style>
background-color css
<style>
a { background-color: #F0679B; }
a { background-color: rgb(240,103,155); }
div.DivClassName
{
background-color: #F0679B;
}
.BgClassName
{
background-color: #F0679B;
}
</style>
border-color css
<style>
span { border-color: #F0679B; }
span { border-color: rgb(240,103,155); }
td.TdClassName
{
border-color: #F0679B;
}
.TagClassName
{
border-color: #F0679B;
}
</style>