Shades of Violet #FA89F8
Tints of Violet #FA89F8
RGB
CMYK
RGB Variations
Color information
#FA89F8 (or 0xFA89F8) is known color: Violet. HEX triplet: FA, 89 and F8. RGB value is (250,137,248). Sum of RGB (Red+Green+Blue) = 250+137+248=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 137 (53.91% from 255 or 21.57% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89F8 is #057607. Grayscale: #B7B7B7. Windows color (decimal): -357896 or 16288250. OLE color: 16288250.
HSL color Cylindrical-coordinate representation of color #FA89F8: hue angle of 301.06º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA89F8 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 248 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.02 |
| HSL | 301.06º | 0.92% | 0.76% | - |
| HSV(B) | 301.06º | 0.45% | 0.98% | - |
| XYZ | 65.31 | 44.99 | 94.05 | - |
| YUV | 183.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 248 | 0 | 0.45 | 0.01 | 0.02 | 301.06 | 0.92 | 0.76 |
| Hex | FA | 89 | F8 | 0 | 2D | 1 | 2 | 12D | 5C | 4C |
| Octal | 372 | 211 | 370 | 0 | 55 | 1 | 2 | 455 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11111000 | 0 | 101101 | 1 | 10 | 100101101 | 1011100 | 1001100 |
Color Harmonies of #FA89F8
Complementary color
Monochromatic Colors of #FA89F8
Black with #FA89F8
Text Example
Text Example
White with #FA89F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89F8; }
p { color: rgb(250,137,248); }
H1.HeaderClassName
{
color: #FA89F8;
}
.AnyTagClassName
{
color: #FA89F8;
}
</style>
background-color css
<style>
a { background-color: #FA89F8; }
a { background-color: rgb(250,137,248); }
div.DivClassName
{
background-color: #FA89F8;
}
.BgClassName
{
background-color: #FA89F8;
}
</style>
border-color css
<style>
span { border-color: #FA89F8; }
span { border-color: rgb(250,137,248); }
td.TdClassName
{
border-color: #FA89F8;
}
.TagClassName
{
border-color: #FA89F8;
}
</style>