Shades of Violet #F598FC
Tints of Violet #F598FC
RGB
CMYK
RGB Variations
Color information
#F598FC (or 0xF598FC) is known color: Violet. HEX triplet: F5, 98 and FC. RGB value is (245,152,252). Sum of RGB (Red+Green+Blue) = 245+152+252=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 152 (59.77% from 255 or 23.42% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #F598FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F598FC is #0A6703. Grayscale: #BEBEBE. Windows color (decimal): -681732 or 16554229. OLE color: 16554229.
HSL color Cylindrical-coordinate representation of color #F598FC: hue angle of 295.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F598FC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 152 | 252 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.01 |
| HSL | 295.8º | 0.94% | 0.79% | - |
| HSV(B) | 295.8º | 0.4% | 0.99% | - |
| XYZ | 66.46 | 48.9 | 98.03 | - |
| YUV | 191.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 252 | 0.03 | 0.40 | 0 | 0.01 | 295.8 | 0.94 | 0.79 |
| Hex | F5 | 98 | FC | 3 | 28 | 0 | 1 | 128 | 5E | 4F |
| Octal | 365 | 230 | 374 | 3 | 50 | 0 | 1 | 450 | 136 | 117 |
| Binary | 11110101 | 10011000 | 11111100 | 11 | 101000 | 0 | 1 | 100101000 | 1011110 | 1001111 |
Color Harmonies of #F598FC
Complementary color
Monochromatic Colors of #F598FC
Black with #F598FC
Text Example
Text Example
White with #F598FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598FC; }
p { color: rgb(245,152,252); }
H1.HeaderClassName
{
color: #F598FC;
}
.AnyTagClassName
{
color: #F598FC;
}
</style>
background-color css
<style>
a { background-color: #F598FC; }
a { background-color: rgb(245,152,252); }
div.DivClassName
{
background-color: #F598FC;
}
.BgClassName
{
background-color: #F598FC;
}
</style>
border-color css
<style>
span { border-color: #F598FC; }
span { border-color: rgb(245,152,252); }
td.TdClassName
{
border-color: #F598FC;
}
.TagClassName
{
border-color: #F598FC;
}
</style>