Shades of Violet #F895FA
Tints of Violet #F895FA
RGB
CMYK
RGB Variations
Color information
#F895FA (or 0xF895FA) is known color: Violet. HEX triplet: F8, 95 and FA. RGB value is (248,149,250). Sum of RGB (Red+Green+Blue) = 248+149+250=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 149 (58.59% from 255 or 23.03% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F895FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895FA is #076A05. Grayscale: #BDBDBD. Windows color (decimal): -485894 or 16422392. OLE color: 16422392.
HSL color Cylindrical-coordinate representation of color #F895FA: hue angle of 298.81º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895FA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 149 | 250 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.02 |
| HSL | 298.81º | 0.91% | 0.78% | - |
| HSV(B) | 298.81º | 0.4% | 0.98% | - |
| XYZ | 66.71 | 48.35 | 96.26 | - |
| YUV | 190.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 250 | 0.01 | 0.40 | 0 | 0.02 | 298.81 | 0.91 | 0.78 |
| Hex | F8 | 95 | FA | 1 | 28 | 0 | 2 | 12B | 5B | 4E |
| Octal | 370 | 225 | 372 | 1 | 50 | 0 | 2 | 453 | 133 | 116 |
| Binary | 11111000 | 10010101 | 11111010 | 1 | 101000 | 0 | 10 | 100101011 | 1011011 | 1001110 |
Color Harmonies of #F895FA
Complementary color
Monochromatic Colors of #F895FA
Black with #F895FA
Text Example
Text Example
White with #F895FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895FA; }
p { color: rgb(248,149,250); }
H1.HeaderClassName
{
color: #F895FA;
}
.AnyTagClassName
{
color: #F895FA;
}
</style>
background-color css
<style>
a { background-color: #F895FA; }
a { background-color: rgb(248,149,250); }
div.DivClassName
{
background-color: #F895FA;
}
.BgClassName
{
background-color: #F895FA;
}
</style>
border-color css
<style>
span { border-color: #F895FA; }
span { border-color: rgb(248,149,250); }
td.TdClassName
{
border-color: #F895FA;
}
.TagClassName
{
border-color: #F895FA;
}
</style>