Shades of Violet #F88CF5
Tints of Violet #F88CF5
RGB
CMYK
RGB Variations
Color information
#F88CF5 (or 0xF88CF5) is known color: Violet. HEX triplet: F8, 8C and F5. RGB value is (248,140,245). Sum of RGB (Red+Green+Blue) = 248+140+245=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CF5 is #07730A. Grayscale: #B7B7B7. Windows color (decimal): -488203 or 16092408. OLE color: 16092408.
HSL color Cylindrical-coordinate representation of color #F88CF5: hue angle of 301.67º 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 #F88CF5 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 245 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.03 |
| HSL | 301.67º | 0.89% | 0.76% | - |
| HSV(B) | 301.67º | 0.44% | 0.97% | - |
| XYZ | 64.57 | 45.31 | 91.73 | - |
| YUV | 184.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 245 | 0 | 0.44 | 0.01 | 0.03 | 301.67 | 0.89 | 0.76 |
| Hex | F8 | 8C | F5 | 0 | 2C | 1 | 3 | 12E | 59 | 4C |
| Octal | 370 | 214 | 365 | 0 | 54 | 1 | 3 | 456 | 131 | 114 |
| Binary | 11111000 | 10001100 | 11110101 | 0 | 101100 | 1 | 11 | 100101110 | 1011001 | 1001100 |
Color Harmonies of #F88CF5
Complementary color
Monochromatic Colors of #F88CF5
Black with #F88CF5
Text Example
Text Example
White with #F88CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CF5; }
p { color: rgb(248,140,245); }
H1.HeaderClassName
{
color: #F88CF5;
}
.AnyTagClassName
{
color: #F88CF5;
}
</style>
background-color css
<style>
a { background-color: #F88CF5; }
a { background-color: rgb(248,140,245); }
div.DivClassName
{
background-color: #F88CF5;
}
.BgClassName
{
background-color: #F88CF5;
}
</style>
border-color css
<style>
span { border-color: #F88CF5; }
span { border-color: rgb(248,140,245); }
td.TdClassName
{
border-color: #F88CF5;
}
.TagClassName
{
border-color: #F88CF5;
}
</style>