Shades of Violet #F990F8
Tints of Violet #F990F8
RGB
CMYK
RGB Variations
Color information
#F990F8 (or 0xF990F8) is known color: Violet. HEX triplet: F9, 90 and F8. RGB value is (249,144,248). Sum of RGB (Red+Green+Blue) = 249+144+248=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 144 (56.64% from 255 or 22.46% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F990F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990F8 is #066F07. Grayscale: #BABABA. Windows color (decimal): -421640 or 16290041. OLE color: 16290041.
HSL color Cylindrical-coordinate representation of color #F990F8: hue angle of 300.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990F8 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 248 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.02 |
| HSL | 300.57º | 0.9% | 0.77% | - |
| HSV(B) | 300.57º | 0.42% | 0.98% | - |
| XYZ | 65.98 | 46.86 | 94.37 | - |
| YUV | 187.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 248 | 0 | 0.42 | 0.00 | 0.02 | 300.57 | 0.9 | 0.77 |
| Hex | F9 | 90 | F8 | 0 | 2A | 0 | 2 | 12D | 5A | 4D |
| Octal | 371 | 220 | 370 | 0 | 52 | 0 | 2 | 455 | 132 | 115 |
| Binary | 11111001 | 10010000 | 11111000 | 0 | 101010 | 0 | 10 | 100101101 | 1011010 | 1001101 |
Color Harmonies of #F990F8
Complementary color
Monochromatic Colors of #F990F8
Black with #F990F8
Text Example
Text Example
White with #F990F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990F8; }
p { color: rgb(249,144,248); }
H1.HeaderClassName
{
color: #F990F8;
}
.AnyTagClassName
{
color: #F990F8;
}
</style>
background-color css
<style>
a { background-color: #F990F8; }
a { background-color: rgb(249,144,248); }
div.DivClassName
{
background-color: #F990F8;
}
.BgClassName
{
background-color: #F990F8;
}
</style>
border-color css
<style>
span { border-color: #F990F8; }
span { border-color: rgb(249,144,248); }
td.TdClassName
{
border-color: #F990F8;
}
.TagClassName
{
border-color: #F990F8;
}
</style>