Shades of Violet #F88CF2
Tints of Violet #F88CF2
RGB
CMYK
RGB Variations
Color information
#F88CF2 (or 0xF88CF2) is known color: Violet. HEX triplet: F8, 8C and F2. RGB value is (248,140,242). Sum of RGB (Red+Green+Blue) = 248+140+242=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CF2 is #07730D. Grayscale: #B7B7B7. Windows color (decimal): -488206 or 15895800. OLE color: 15895800.
HSL color Cylindrical-coordinate representation of color #F88CF2: hue angle of 303.33º 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 #F88CF2 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 242 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.03 |
| HSL | 303.33º | 0.89% | 0.76% | - |
| HSV(B) | 303.33º | 0.44% | 0.97% | - |
| XYZ | 64.12 | 45.12 | 89.33 | - |
| YUV | 183.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 242 | 0 | 0.44 | 0.02 | 0.03 | 303.33 | 0.89 | 0.76 |
| Hex | F8 | 8C | F2 | 0 | 2C | 2 | 3 | 12F | 59 | 4C |
| Octal | 370 | 214 | 362 | 0 | 54 | 2 | 3 | 457 | 131 | 114 |
| Binary | 11111000 | 10001100 | 11110010 | 0 | 101100 | 10 | 11 | 100101111 | 1011001 | 1001100 |
Color Harmonies of #F88CF2
Complementary color
Monochromatic Colors of #F88CF2
Black with #F88CF2
Text Example
Text Example
White with #F88CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CF2; }
p { color: rgb(248,140,242); }
H1.HeaderClassName
{
color: #F88CF2;
}
.AnyTagClassName
{
color: #F88CF2;
}
</style>
background-color css
<style>
a { background-color: #F88CF2; }
a { background-color: rgb(248,140,242); }
div.DivClassName
{
background-color: #F88CF2;
}
.BgClassName
{
background-color: #F88CF2;
}
</style>
border-color css
<style>
span { border-color: #F88CF2; }
span { border-color: rgb(248,140,242); }
td.TdClassName
{
border-color: #F88CF2;
}
.TagClassName
{
border-color: #F88CF2;
}
</style>