Shades of Violet #F88AF5
Tints of Violet #F88AF5
RGB
CMYK
RGB Variations
Color information
#F88AF5 (or 0xF88AF5) is known color: Violet. HEX triplet: F8, 8A and F5. RGB value is (248,138,245). Sum of RGB (Red+Green+Blue) = 248+138+245=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88AF5 is #07750A. Grayscale: #B6B6B6. Windows color (decimal): -488715 or 16091896. OLE color: 16091896.
HSL color Cylindrical-coordinate representation of color #F88AF5: hue angle of 301.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88AF5 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 245 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.03 |
| HSL | 301.64º | 0.89% | 0.76% | - |
| HSV(B) | 301.64º | 0.44% | 0.97% | - |
| XYZ | 64.28 | 44.73 | 91.63 | - |
| YUV | 183.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 245 | 0 | 0.44 | 0.01 | 0.03 | 301.64 | 0.89 | 0.76 |
| Hex | F8 | 8A | F5 | 0 | 2C | 1 | 3 | 12E | 59 | 4C |
| Octal | 370 | 212 | 365 | 0 | 54 | 1 | 3 | 456 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11110101 | 0 | 101100 | 1 | 11 | 100101110 | 1011001 | 1001100 |
Color Harmonies of #F88AF5
Complementary color
Monochromatic Colors of #F88AF5
Black with #F88AF5
Text Example
Text Example
White with #F88AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88AF5; }
p { color: rgb(248,138,245); }
H1.HeaderClassName
{
color: #F88AF5;
}
.AnyTagClassName
{
color: #F88AF5;
}
</style>
background-color css
<style>
a { background-color: #F88AF5; }
a { background-color: rgb(248,138,245); }
div.DivClassName
{
background-color: #F88AF5;
}
.BgClassName
{
background-color: #F88AF5;
}
</style>
border-color css
<style>
span { border-color: #F88AF5; }
span { border-color: rgb(248,138,245); }
td.TdClassName
{
border-color: #F88AF5;
}
.TagClassName
{
border-color: #F88AF5;
}
</style>