Shades of Pale Violet Red #F06F9B
Tints of Pale Violet Red #F06F9B
RGB
CMYK
RGB Variations
Color information
#F06F9B (or 0xF06F9B) is known color: Pale Violet Red. HEX triplet: F0, 6F and 9B. RGB value is (240,111,155). Sum of RGB (Red+Green+Blue) = 240+111+155=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F9B is #0F9064. Grayscale: #9A9A9A. Windows color (decimal): -1020005 or 10186736. OLE color: 10186736.
HSL color Cylindrical-coordinate representation of color #F06F9B: hue angle of 339.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F9B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 155 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.06 |
| HSL | 339.53º | 0.81% | 0.69% | - |
| HSV(B) | 339.53º | 0.54% | 0.94% | - |
| XYZ | 47.54 | 32.26 | 34.73 | - |
| YUV | 154.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 155 | 0 | 0.54 | 0.35 | 0.06 | 339.53 | 0.81 | 0.69 |
| Hex | F0 | 6F | 9B | 0 | 36 | 23 | 6 | 154 | 51 | 45 |
| Octal | 360 | 157 | 233 | 0 | 66 | 43 | 6 | 524 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10011011 | 0 | 110110 | 100011 | 110 | 101010100 | 1010001 | 1000101 |
Color Harmonies of #F06F9B
Complementary color
Monochromatic Colors of #F06F9B
Black with #F06F9B
Text Example
Text Example
White with #F06F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F9B; }
p { color: rgb(240,111,155); }
H1.HeaderClassName
{
color: #F06F9B;
}
.AnyTagClassName
{
color: #F06F9B;
}
</style>
background-color css
<style>
a { background-color: #F06F9B; }
a { background-color: rgb(240,111,155); }
div.DivClassName
{
background-color: #F06F9B;
}
.BgClassName
{
background-color: #F06F9B;
}
</style>
border-color css
<style>
span { border-color: #F06F9B; }
span { border-color: rgb(240,111,155); }
td.TdClassName
{
border-color: #F06F9B;
}
.TagClassName
{
border-color: #F06F9B;
}
</style>