Shades of Pale Violet Red #F06498
Tints of Pale Violet Red #F06498
RGB
CMYK
RGB Variations
Color information
#F06498 (or 0xF06498) is known color: Pale Violet Red. HEX triplet: F0, 64 and 98. RGB value is (240,100,152). Sum of RGB (Red+Green+Blue) = 240+100+152=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F06498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06498 is #0F9B67. Grayscale: #939393. Windows color (decimal): -1022824 or 9987312. OLE color: 9987312.
HSL color Cylindrical-coordinate representation of color #F06498: hue angle of 337.71º 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 #F06498 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 152 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.06 |
| HSL | 337.71º | 0.82% | 0.67% | - |
| HSV(B) | 337.71º | 0.58% | 0.94% | - |
| XYZ | 46.16 | 29.91 | 33.05 | - |
| YUV | 147.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 152 | 0 | 0.58 | 0.37 | 0.06 | 337.71 | 0.82 | 0.67 |
| Hex | F0 | 64 | 98 | 0 | 3A | 25 | 6 | 152 | 52 | 43 |
| Octal | 360 | 144 | 230 | 0 | 72 | 45 | 6 | 522 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10011000 | 0 | 111010 | 100101 | 110 | 101010010 | 1010010 | 1000011 |
Color Harmonies of #F06498
Complementary color
Monochromatic Colors of #F06498
Black with #F06498
Text Example
Text Example
White with #F06498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06498; }
p { color: rgb(240,100,152); }
H1.HeaderClassName
{
color: #F06498;
}
.AnyTagClassName
{
color: #F06498;
}
</style>
background-color css
<style>
a { background-color: #F06498; }
a { background-color: rgb(240,100,152); }
div.DivClassName
{
background-color: #F06498;
}
.BgClassName
{
background-color: #F06498;
}
</style>
border-color css
<style>
span { border-color: #F06498; }
span { border-color: rgb(240,100,152); }
td.TdClassName
{
border-color: #F06498;
}
.TagClassName
{
border-color: #F06498;
}
</style>