Shades of Violet #F89CFE
Tints of Violet #F89CFE
RGB
CMYK
RGB Variations
Color information
#F89CFE (or 0xF89CFE) is known color: Violet. HEX triplet: F8, 9C and FE. RGB value is (248,156,254). Sum of RGB (Red+Green+Blue) = 248+156+254=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 156 (61.33% from 255 or 23.71% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F89CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CFE is #076301. Grayscale: #C2C2C2. Windows color (decimal): -484098 or 16686328. OLE color: 16686328.
HSL color Cylindrical-coordinate representation of color #F89CFE: hue angle of 296.33º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F89CFE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 156 | 254 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.00 |
| HSL | 296.33º | 0.98% | 0.8% | - |
| HSV(B) | 296.33º | 0.39% | 1% | - |
| XYZ | 68.49 | 50.89 | 99.98 | - |
| YUV | 194.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 254 | 0.02 | 0.39 | 0 | 0.00 | 296.33 | 0.98 | 0.8 |
| Hex | F8 | 9C | FE | 2 | 27 | 0 | 0 | 128 | 62 | 50 |
| Octal | 370 | 234 | 376 | 2 | 47 | 0 | 0 | 450 | 142 | 120 |
| Binary | 11111000 | 10011100 | 11111110 | 10 | 100111 | 0 | 0 | 100101000 | 1100010 | 1010000 |
Color Harmonies of #F89CFE
Complementary color
Monochromatic Colors of #F89CFE
Black with #F89CFE
Text Example
Text Example
White with #F89CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CFE; }
p { color: rgb(248,156,254); }
H1.HeaderClassName
{
color: #F89CFE;
}
.AnyTagClassName
{
color: #F89CFE;
}
</style>
background-color css
<style>
a { background-color: #F89CFE; }
a { background-color: rgb(248,156,254); }
div.DivClassName
{
background-color: #F89CFE;
}
.BgClassName
{
background-color: #F89CFE;
}
</style>
border-color css
<style>
span { border-color: #F89CFE; }
span { border-color: rgb(248,156,254); }
td.TdClassName
{
border-color: #F89CFE;
}
.TagClassName
{
border-color: #F89CFE;
}
</style>