Shades of Violet #F089F8
Tints of Violet #F089F8
RGB
CMYK
RGB Variations
Color information
#F089F8 (or 0xF089F8) is known color: Violet. HEX triplet: F0, 89 and F8. RGB value is (240,137,248). Sum of RGB (Red+Green+Blue) = 240+137+248=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #F089F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F089F8 is #0F7607. Grayscale: #B4B4B4. Windows color (decimal): -1013256 or 16288240. OLE color: 16288240.
HSL color Cylindrical-coordinate representation of color #F089F8: hue angle of 295.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F089F8 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 137 | 248 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.03 |
| HSL | 295.68º | 0.89% | 0.75% | - |
| HSV(B) | 295.68º | 0.45% | 0.97% | - |
| XYZ | 61.82 | 43.19 | 93.89 | - |
| YUV | 180.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 248 | 0.03 | 0.45 | 0 | 0.03 | 295.68 | 0.89 | 0.75 |
| Hex | F0 | 89 | F8 | 3 | 2D | 0 | 3 | 128 | 59 | 4B |
| Octal | 360 | 211 | 370 | 3 | 55 | 0 | 3 | 450 | 131 | 113 |
| Binary | 11110000 | 10001001 | 11111000 | 11 | 101101 | 0 | 11 | 100101000 | 1011001 | 1001011 |
Color Harmonies of #F089F8
Complementary color
Monochromatic Colors of #F089F8
Black with #F089F8
Text Example
Text Example
White with #F089F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089F8; }
p { color: rgb(240,137,248); }
H1.HeaderClassName
{
color: #F089F8;
}
.AnyTagClassName
{
color: #F089F8;
}
</style>
background-color css
<style>
a { background-color: #F089F8; }
a { background-color: rgb(240,137,248); }
div.DivClassName
{
background-color: #F089F8;
}
.BgClassName
{
background-color: #F089F8;
}
</style>
border-color css
<style>
span { border-color: #F089F8; }
span { border-color: rgb(240,137,248); }
td.TdClassName
{
border-color: #F089F8;
}
.TagClassName
{
border-color: #F089F8;
}
</style>