Shades of Pale Violet Red #F06599
Tints of Pale Violet Red #F06599
RGB
CMYK
RGB Variations
Color information
#F06599 (or 0xF06599) is known color: Pale Violet Red. HEX triplet: F0, 65 and 99. RGB value is (240,101,153). Sum of RGB (Red+Green+Blue) = 240+101+153=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F06599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06599 is #0F9A66. Grayscale: #949494. Windows color (decimal): -1022567 or 10053104. OLE color: 10053104.
HSL color Cylindrical-coordinate representation of color #F06599: hue angle of 337.55º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06599 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 153 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.06 |
| HSL | 337.55º | 0.82% | 0.67% | - |
| HSV(B) | 337.55º | 0.58% | 0.94% | - |
| XYZ | 46.34 | 30.13 | 33.51 | - |
| YUV | 148.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 153 | 0 | 0.58 | 0.36 | 0.06 | 337.55 | 0.82 | 0.67 |
| Hex | F0 | 65 | 99 | 0 | 3A | 24 | 6 | 152 | 52 | 43 |
| Octal | 360 | 145 | 231 | 0 | 72 | 44 | 6 | 522 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10011001 | 0 | 111010 | 100100 | 110 | 101010010 | 1010010 | 1000011 |
Color Harmonies of #F06599
Complementary color
Monochromatic Colors of #F06599
Black with #F06599
Text Example
Text Example
White with #F06599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06599; }
p { color: rgb(240,101,153); }
H1.HeaderClassName
{
color: #F06599;
}
.AnyTagClassName
{
color: #F06599;
}
</style>
background-color css
<style>
a { background-color: #F06599; }
a { background-color: rgb(240,101,153); }
div.DivClassName
{
background-color: #F06599;
}
.BgClassName
{
background-color: #F06599;
}
</style>
border-color css
<style>
span { border-color: #F06599; }
span { border-color: rgb(240,101,153); }
td.TdClassName
{
border-color: #F06599;
}
.TagClassName
{
border-color: #F06599;
}
</style>