Shades of Violet #F88CFB
Tints of Violet #F88CFB
RGB
CMYK
RGB Variations
Color information
#F88CFB (or 0xF88CFB) is known color: Violet. HEX triplet: F8, 8C and FB. RGB value is (248,140,251). Sum of RGB (Red+Green+Blue) = 248+140+251=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #F88CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CFB is #077304. Grayscale: #B8B8B8. Windows color (decimal): -488197 or 16485624. OLE color: 16485624.
HSL color Cylindrical-coordinate representation of color #F88CFB: hue angle of 298.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CFB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 140 | 251 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.02 |
| HSL | 298.38º | 0.93% | 0.77% | - |
| HSV(B) | 298.38º | 0.44% | 0.98% | - |
| XYZ | 65.5 | 45.68 | 96.63 | - |
| YUV | 184.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 251 | 0.01 | 0.44 | 0 | 0.02 | 298.38 | 0.93 | 0.77 |
| Hex | F8 | 8C | FB | 1 | 2C | 0 | 2 | 12A | 5D | 4D |
| Octal | 370 | 214 | 373 | 1 | 54 | 0 | 2 | 452 | 135 | 115 |
| Binary | 11111000 | 10001100 | 11111011 | 1 | 101100 | 0 | 10 | 100101010 | 1011101 | 1001101 |
Color Harmonies of #F88CFB
Complementary color
Monochromatic Colors of #F88CFB
Black with #F88CFB
Text Example
Text Example
White with #F88CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CFB; }
p { color: rgb(248,140,251); }
H1.HeaderClassName
{
color: #F88CFB;
}
.AnyTagClassName
{
color: #F88CFB;
}
</style>
background-color css
<style>
a { background-color: #F88CFB; }
a { background-color: rgb(248,140,251); }
div.DivClassName
{
background-color: #F88CFB;
}
.BgClassName
{
background-color: #F88CFB;
}
</style>
border-color css
<style>
span { border-color: #F88CFB; }
span { border-color: rgb(248,140,251); }
td.TdClassName
{
border-color: #F88CFB;
}
.TagClassName
{
border-color: #F88CFB;
}
</style>