Shades of Violet #F890F8
Tints of Violet #F890F8
RGB
CMYK
RGB Variations
Color information
#F890F8 (or 0xF890F8) is known color: Violet. HEX triplet: F8, 90 and F8. RGB value is (248,144,248). Sum of RGB (Red+Green+Blue) = 248+144+248=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F890F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890F8 is #076F07. Grayscale: #BABABA. Windows color (decimal): -487176 or 16290040. OLE color: 16290040.
HSL color Cylindrical-coordinate representation of color #F890F8: hue angle of 300º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890F8 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 248 | - |
| CMYK | 0 | 0.42 | 0 | 0.03 |
| HSL | 300º | 0.88% | 0.77% | - |
| HSV(B) | 300º | 0.42% | 0.97% | - |
| XYZ | 65.63 | 46.68 | 94.36 | - |
| YUV | 186.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 248 | 0 | 0.42 | 0 | 0.03 | 300 | 0.88 | 0.77 |
| Hex | F8 | 90 | F8 | 0 | 2A | 0 | 3 | 12C | 58 | 4D |
| Octal | 370 | 220 | 370 | 0 | 52 | 0 | 3 | 454 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11111000 | 0 | 101010 | 0 | 11 | 100101100 | 1011000 | 1001101 |
Color Harmonies of #F890F8
Complementary color
Monochromatic Colors of #F890F8
Black with #F890F8
Text Example
Text Example
White with #F890F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890F8; }
p { color: rgb(248,144,248); }
H1.HeaderClassName
{
color: #F890F8;
}
.AnyTagClassName
{
color: #F890F8;
}
</style>
background-color css
<style>
a { background-color: #F890F8; }
a { background-color: rgb(248,144,248); }
div.DivClassName
{
background-color: #F890F8;
}
.BgClassName
{
background-color: #F890F8;
}
</style>
border-color css
<style>
span { border-color: #F890F8; }
span { border-color: rgb(248,144,248); }
td.TdClassName
{
border-color: #F890F8;
}
.TagClassName
{
border-color: #F890F8;
}
</style>