Shades of Violet #F890FB
Tints of Violet #F890FB
RGB
CMYK
RGB Variations
Color information
#F890FB (or 0xF890FB) is known color: Violet. HEX triplet: F8, 90 and FB. RGB value is (248,144,251). Sum of RGB (Red+Green+Blue) = 248+144+251=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F890FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890FB is #076F04. Grayscale: #BABABA. Windows color (decimal): -487173 or 16486648. OLE color: 16486648.
HSL color Cylindrical-coordinate representation of color #F890FB: hue angle of 298.32º 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 #F890FB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 144 | 251 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.02 |
| HSL | 298.32º | 0.93% | 0.77% | - |
| HSV(B) | 298.32º | 0.43% | 0.98% | - |
| XYZ | 66.1 | 46.87 | 96.83 | - |
| YUV | 187.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 251 | 0.01 | 0.43 | 0 | 0.02 | 298.32 | 0.93 | 0.77 |
| Hex | F8 | 90 | FB | 1 | 2B | 0 | 2 | 12A | 5D | 4D |
| Octal | 370 | 220 | 373 | 1 | 53 | 0 | 2 | 452 | 135 | 115 |
| Binary | 11111000 | 10010000 | 11111011 | 1 | 101011 | 0 | 10 | 100101010 | 1011101 | 1001101 |
Color Harmonies of #F890FB
Complementary color
Monochromatic Colors of #F890FB
Black with #F890FB
Text Example
Text Example
White with #F890FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890FB; }
p { color: rgb(248,144,251); }
H1.HeaderClassName
{
color: #F890FB;
}
.AnyTagClassName
{
color: #F890FB;
}
</style>
background-color css
<style>
a { background-color: #F890FB; }
a { background-color: rgb(248,144,251); }
div.DivClassName
{
background-color: #F890FB;
}
.BgClassName
{
background-color: #F890FB;
}
</style>
border-color css
<style>
span { border-color: #F890FB; }
span { border-color: rgb(248,144,251); }
td.TdClassName
{
border-color: #F890FB;
}
.TagClassName
{
border-color: #F890FB;
}
</style>