Shades of Pale Violet Red #F0709B
Tints of Pale Violet Red #F0709B
RGB
CMYK
RGB Variations
Color information
#F0709B (or 0xF0709B) is known color: Pale Violet Red. HEX triplet: F0, 70 and 9B. RGB value is (240,112,155). Sum of RGB (Red+Green+Blue) = 240+112+155=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0709B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0709B is #0F8F64. Grayscale: #9B9B9B. Windows color (decimal): -1019749 or 10186992. OLE color: 10186992.
HSL color Cylindrical-coordinate representation of color #F0709B: hue angle of 339.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0709B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 155 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.06 |
| HSL | 339.84º | 0.81% | 0.69% | - |
| HSV(B) | 339.84º | 0.53% | 0.94% | - |
| XYZ | 47.65 | 32.48 | 34.77 | - |
| YUV | 155.17 | 127.91 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 155 | 0 | 0.53 | 0.35 | 0.06 | 339.84 | 0.81 | 0.69 |
| Hex | F0 | 70 | 9B | 0 | 35 | 23 | 6 | 154 | 51 | 45 |
| Octal | 360 | 160 | 233 | 0 | 65 | 43 | 6 | 524 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10011011 | 0 | 110101 | 100011 | 110 | 101010100 | 1010001 | 1000101 |
Color Harmonies of #F0709B
Complementary color
Monochromatic Colors of #F0709B
Black with #F0709B
Text Example
Text Example
White with #F0709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0709B; }
p { color: rgb(240,112,155); }
H1.HeaderClassName
{
color: #F0709B;
}
.AnyTagClassName
{
color: #F0709B;
}
</style>
background-color css
<style>
a { background-color: #F0709B; }
a { background-color: rgb(240,112,155); }
div.DivClassName
{
background-color: #F0709B;
}
.BgClassName
{
background-color: #F0709B;
}
</style>
border-color css
<style>
span { border-color: #F0709B; }
span { border-color: rgb(240,112,155); }
td.TdClassName
{
border-color: #F0709B;
}
.TagClassName
{
border-color: #F0709B;
}
</style>