Shades of Violet #F890FA
Tints of Violet #F890FA
RGB
CMYK
RGB Variations
Color information
#F890FA (or 0xF890FA) is known color: Violet. HEX triplet: F8, 90 and FA. RGB value is (248,144,250). Sum of RGB (Red+Green+Blue) = 248+144+250=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 144 (56.64% from 255 or 22.43% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #F890FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890FA is #076F05. Grayscale: #BABABA. Windows color (decimal): -487174 or 16421112. OLE color: 16421112.
HSL color Cylindrical-coordinate representation of color #F890FA: hue angle of 298.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890FA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 144 | 250 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.02 |
| HSL | 298.87º | 0.91% | 0.77% | - |
| HSV(B) | 298.87º | 0.42% | 0.98% | - |
| XYZ | 65.94 | 46.81 | 96 | - |
| YUV | 187.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 250 | 0.01 | 0.42 | 0 | 0.02 | 298.87 | 0.91 | 0.77 |
| Hex | F8 | 90 | FA | 1 | 2A | 0 | 2 | 12B | 5B | 4D |
| Octal | 370 | 220 | 372 | 1 | 52 | 0 | 2 | 453 | 133 | 115 |
| Binary | 11111000 | 10010000 | 11111010 | 1 | 101010 | 0 | 10 | 100101011 | 1011011 | 1001101 |
Color Harmonies of #F890FA
Complementary color
Monochromatic Colors of #F890FA
Black with #F890FA
Text Example
Text Example
White with #F890FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890FA; }
p { color: rgb(248,144,250); }
H1.HeaderClassName
{
color: #F890FA;
}
.AnyTagClassName
{
color: #F890FA;
}
</style>
background-color css
<style>
a { background-color: #F890FA; }
a { background-color: rgb(248,144,250); }
div.DivClassName
{
background-color: #F890FA;
}
.BgClassName
{
background-color: #F890FA;
}
</style>
border-color css
<style>
span { border-color: #F890FA; }
span { border-color: rgb(248,144,250); }
td.TdClassName
{
border-color: #F890FA;
}
.TagClassName
{
border-color: #F890FA;
}
</style>