Shades of Pale Violet Red #F06BA0
Tints of Pale Violet Red #F06BA0
RGB
CMYK
RGB Variations
Color information
#F06BA0 (or 0xF06BA0) is known color: Pale Violet Red. HEX triplet: F0, 6B and A0. RGB value is (240,107,160). Sum of RGB (Red+Green+Blue) = 240+107+160=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA0 is #0F945F. Grayscale: #989898. Windows color (decimal): -1021024 or 10513392. OLE color: 10513392.
HSL color Cylindrical-coordinate representation of color #F06BA0: hue angle of 336.09º degrees, saturation: 0.82, 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 #F06BA0 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 160 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.06 |
| HSL | 336.09º | 0.82% | 0.68% | - |
| HSV(B) | 336.09º | 0.55% | 0.94% | - |
| XYZ | 47.54 | 31.58 | 36.85 | - |
| YUV | 152.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 160 | 0 | 0.55 | 0.33 | 0.06 | 336.09 | 0.82 | 0.68 |
| Hex | F0 | 6B | A0 | 0 | 37 | 21 | 6 | 150 | 52 | 44 |
| Octal | 360 | 153 | 240 | 0 | 67 | 41 | 6 | 520 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10100000 | 0 | 110111 | 100001 | 110 | 101010000 | 1010010 | 1000100 |
Color Harmonies of #F06BA0
Complementary color
Monochromatic Colors of #F06BA0
Black with #F06BA0
Text Example
Text Example
White with #F06BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BA0; }
p { color: rgb(240,107,160); }
H1.HeaderClassName
{
color: #F06BA0;
}
.AnyTagClassName
{
color: #F06BA0;
}
</style>
background-color css
<style>
a { background-color: #F06BA0; }
a { background-color: rgb(240,107,160); }
div.DivClassName
{
background-color: #F06BA0;
}
.BgClassName
{
background-color: #F06BA0;
}
</style>
border-color css
<style>
span { border-color: #F06BA0; }
span { border-color: rgb(240,107,160); }
td.TdClassName
{
border-color: #F06BA0;
}
.TagClassName
{
border-color: #F06BA0;
}
</style>