Shades of Pale Violet Red #F06D9C
Tints of Pale Violet Red #F06D9C
RGB
CMYK
RGB Variations
Color information
#F06D9C (or 0xF06D9C) is known color: Pale Violet Red. HEX triplet: F0, 6D and 9C. RGB value is (240,109,156). Sum of RGB (Red+Green+Blue) = 240+109+156=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D9C is #0F9263. Grayscale: #999999. Windows color (decimal): -1020516 or 10251760. OLE color: 10251760.
HSL color Cylindrical-coordinate representation of color #F06D9C: hue angle of 338.47º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06D9C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 156 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.06 |
| HSL | 338.47º | 0.81% | 0.68% | - |
| HSV(B) | 338.47º | 0.55% | 0.94% | - |
| XYZ | 47.4 | 31.86 | 35.1 | - |
| YUV | 153.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 156 | 0 | 0.55 | 0.35 | 0.06 | 338.47 | 0.81 | 0.68 |
| Hex | F0 | 6D | 9C | 0 | 37 | 23 | 6 | 152 | 51 | 44 |
| Octal | 360 | 155 | 234 | 0 | 67 | 43 | 6 | 522 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10011100 | 0 | 110111 | 100011 | 110 | 101010010 | 1010001 | 1000100 |
Color Harmonies of #F06D9C
Complementary color
Monochromatic Colors of #F06D9C
Black with #F06D9C
Text Example
Text Example
White with #F06D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D9C; }
p { color: rgb(240,109,156); }
H1.HeaderClassName
{
color: #F06D9C;
}
.AnyTagClassName
{
color: #F06D9C;
}
</style>
background-color css
<style>
a { background-color: #F06D9C; }
a { background-color: rgb(240,109,156); }
div.DivClassName
{
background-color: #F06D9C;
}
.BgClassName
{
background-color: #F06D9C;
}
</style>
border-color css
<style>
span { border-color: #F06D9C; }
span { border-color: rgb(240,109,156); }
td.TdClassName
{
border-color: #F06D9C;
}
.TagClassName
{
border-color: #F06D9C;
}
</style>