Shades of Violet #FA8FFB
Tints of Violet #FA8FFB
RGB
CMYK
RGB Variations
Color information
#FA8FFB (or 0xFA8FFB) is known color: Violet. HEX triplet: FA, 8F and FB. RGB value is (250,143,251). Sum of RGB (Red+Green+Blue) = 250+143+251=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 143 (56.25% from 255 or 22.20% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA8FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFB is #057004. Grayscale: #BABABA. Windows color (decimal): -356357 or 16486394. OLE color: 16486394.
HSL color Cylindrical-coordinate representation of color #FA8FFB: hue angle of 299.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FFB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 251 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.02 |
| HSL | 299.44º | 0.93% | 0.77% | - |
| HSV(B) | 299.44º | 0.43% | 0.98% | - |
| XYZ | 66.66 | 46.93 | 96.81 | - |
| YUV | 187.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 251 | 0.00 | 0.43 | 0 | 0.02 | 299.44 | 0.93 | 0.77 |
| Hex | FA | 8F | FB | 0 | 2B | 0 | 2 | 12B | 5D | 4D |
| Octal | 372 | 217 | 373 | 0 | 53 | 0 | 2 | 453 | 135 | 115 |
| Binary | 11111010 | 10001111 | 11111011 | 0 | 101011 | 0 | 10 | 100101011 | 1011101 | 1001101 |
Color Harmonies of #FA8FFB
Complementary color
Monochromatic Colors of #FA8FFB
Black with #FA8FFB
Text Example
Text Example
White with #FA8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FFB; }
p { color: rgb(250,143,251); }
H1.HeaderClassName
{
color: #FA8FFB;
}
.AnyTagClassName
{
color: #FA8FFB;
}
</style>
background-color css
<style>
a { background-color: #FA8FFB; }
a { background-color: rgb(250,143,251); }
div.DivClassName
{
background-color: #FA8FFB;
}
.BgClassName
{
background-color: #FA8FFB;
}
</style>
border-color css
<style>
span { border-color: #FA8FFB; }
span { border-color: rgb(250,143,251); }
td.TdClassName
{
border-color: #FA8FFB;
}
.TagClassName
{
border-color: #FA8FFB;
}
</style>