Shades of Pale Violet Red #F06D9A
Tints of Pale Violet Red #F06D9A
RGB
CMYK
RGB Variations
Color information
#F06D9A (or 0xF06D9A) is known color: Pale Violet Red. HEX triplet: F0, 6D and 9A. RGB value is (240,109,154). Sum of RGB (Red+Green+Blue) = 240+109+154=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D9A is #0F9265. Grayscale: #999999. Windows color (decimal): -1020518 or 10120688. OLE color: 10120688.
HSL color Cylindrical-coordinate representation of color #F06D9A: hue angle of 339.39º 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 #F06D9A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 154 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.06 |
| HSL | 339.39º | 0.81% | 0.68% | - |
| HSV(B) | 339.39º | 0.55% | 0.94% | - |
| XYZ | 47.24 | 31.8 | 34.22 | - |
| YUV | 153.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 154 | 0 | 0.55 | 0.36 | 0.06 | 339.39 | 0.81 | 0.68 |
| Hex | F0 | 6D | 9A | 0 | 37 | 24 | 6 | 153 | 51 | 44 |
| Octal | 360 | 155 | 232 | 0 | 67 | 44 | 6 | 523 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10011010 | 0 | 110111 | 100100 | 110 | 101010011 | 1010001 | 1000100 |
Color Harmonies of #F06D9A
Complementary color
Monochromatic Colors of #F06D9A
Black with #F06D9A
Text Example
Text Example
White with #F06D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D9A; }
p { color: rgb(240,109,154); }
H1.HeaderClassName
{
color: #F06D9A;
}
.AnyTagClassName
{
color: #F06D9A;
}
</style>
background-color css
<style>
a { background-color: #F06D9A; }
a { background-color: rgb(240,109,154); }
div.DivClassName
{
background-color: #F06D9A;
}
.BgClassName
{
background-color: #F06D9A;
}
</style>
border-color css
<style>
span { border-color: #F06D9A; }
span { border-color: rgb(240,109,154); }
td.TdClassName
{
border-color: #F06D9A;
}
.TagClassName
{
border-color: #F06D9A;
}
</style>