Shades of Violet #F89CFB
Tints of Violet #F89CFB
RGB
CMYK
RGB Variations
Color information
#F89CFB (or 0xF89CFB) is known color: Violet. HEX triplet: F8, 9C and FB. RGB value is (248,156,251). Sum of RGB (Red+Green+Blue) = 248+156+251=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 156 (61.33% from 255 or 23.82% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #F89CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CFB is #076304. Grayscale: #C2C2C2. Windows color (decimal): -484101 or 16489720. OLE color: 16489720.
HSL color Cylindrical-coordinate representation of color #F89CFB: hue angle of 298.11º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89CFB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 156 | 251 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.02 |
| HSL | 298.11º | 0.92% | 0.8% | - |
| HSV(B) | 298.11º | 0.38% | 0.98% | - |
| XYZ | 68.01 | 50.7 | 97.47 | - |
| YUV | 194.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 251 | 0.01 | 0.38 | 0 | 0.02 | 298.11 | 0.92 | 0.8 |
| Hex | F8 | 9C | FB | 1 | 26 | 0 | 2 | 12A | 5C | 50 |
| Octal | 370 | 234 | 373 | 1 | 46 | 0 | 2 | 452 | 134 | 120 |
| Binary | 11111000 | 10011100 | 11111011 | 1 | 100110 | 0 | 10 | 100101010 | 1011100 | 1010000 |
Color Harmonies of #F89CFB
Complementary color
Monochromatic Colors of #F89CFB
Black with #F89CFB
Text Example
Text Example
White with #F89CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CFB; }
p { color: rgb(248,156,251); }
H1.HeaderClassName
{
color: #F89CFB;
}
.AnyTagClassName
{
color: #F89CFB;
}
</style>
background-color css
<style>
a { background-color: #F89CFB; }
a { background-color: rgb(248,156,251); }
div.DivClassName
{
background-color: #F89CFB;
}
.BgClassName
{
background-color: #F89CFB;
}
</style>
border-color css
<style>
span { border-color: #F89CFB; }
span { border-color: rgb(248,156,251); }
td.TdClassName
{
border-color: #F89CFB;
}
.TagClassName
{
border-color: #F89CFB;
}
</style>