Shades of Pale Violet Red #F06C9E
Tints of Pale Violet Red #F06C9E
RGB
CMYK
RGB Variations
Color information
#F06C9E (or 0xF06C9E) is known color: Pale Violet Red. HEX triplet: F0, 6C and 9E. RGB value is (240,108,158). Sum of RGB (Red+Green+Blue) = 240+108+158=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C9E is #0F9361. Grayscale: #999999. Windows color (decimal): -1020770 or 10382576. OLE color: 10382576.
HSL color Cylindrical-coordinate representation of color #F06C9E: hue angle of 337.27º 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 #F06C9E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 158 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.06 |
| HSL | 337.27º | 0.81% | 0.68% | - |
| HSV(B) | 337.27º | 0.55% | 0.94% | - |
| XYZ | 47.47 | 31.72 | 35.97 | - |
| YUV | 153.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 158 | 0 | 0.55 | 0.34 | 0.06 | 337.27 | 0.81 | 0.68 |
| Hex | F0 | 6C | 9E | 0 | 37 | 22 | 6 | 151 | 51 | 44 |
| Octal | 360 | 154 | 236 | 0 | 67 | 42 | 6 | 521 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10011110 | 0 | 110111 | 100010 | 110 | 101010001 | 1010001 | 1000100 |
Color Harmonies of #F06C9E
Complementary color
Monochromatic Colors of #F06C9E
Black with #F06C9E
Text Example
Text Example
White with #F06C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C9E; }
p { color: rgb(240,108,158); }
H1.HeaderClassName
{
color: #F06C9E;
}
.AnyTagClassName
{
color: #F06C9E;
}
</style>
background-color css
<style>
a { background-color: #F06C9E; }
a { background-color: rgb(240,108,158); }
div.DivClassName
{
background-color: #F06C9E;
}
.BgClassName
{
background-color: #F06C9E;
}
</style>
border-color css
<style>
span { border-color: #F06C9E; }
span { border-color: rgb(240,108,158); }
td.TdClassName
{
border-color: #F06C9E;
}
.TagClassName
{
border-color: #F06C9E;
}
</style>