Shades of Violet #F295FA
Tints of Violet #F295FA
RGB
CMYK
RGB Variations
Color information
#F295FA (or 0xF295FA) is known color: Violet. HEX triplet: F2, 95 and FA. RGB value is (242,149,250). Sum of RGB (Red+Green+Blue) = 242+149+250=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #F295FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295FA is #0D6A05. Grayscale: #BCBCBC. Windows color (decimal): -879110 or 16422386. OLE color: 16422386.
HSL color Cylindrical-coordinate representation of color #F295FA: hue angle of 295.25º 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 #F295FA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 149 | 250 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.02 |
| HSL | 295.25º | 0.91% | 0.78% | - |
| HSV(B) | 295.25º | 0.4% | 0.98% | - |
| XYZ | 64.62 | 47.27 | 96.16 | - |
| YUV | 188.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 250 | 0.03 | 0.40 | 0 | 0.02 | 295.25 | 0.91 | 0.78 |
| Hex | F2 | 95 | FA | 3 | 28 | 0 | 2 | 127 | 5B | 4E |
| Octal | 362 | 225 | 372 | 3 | 50 | 0 | 2 | 447 | 133 | 116 |
| Binary | 11110010 | 10010101 | 11111010 | 11 | 101000 | 0 | 10 | 100100111 | 1011011 | 1001110 |
Color Harmonies of #F295FA
Complementary color
Monochromatic Colors of #F295FA
Black with #F295FA
Text Example
Text Example
White with #F295FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295FA; }
p { color: rgb(242,149,250); }
H1.HeaderClassName
{
color: #F295FA;
}
.AnyTagClassName
{
color: #F295FA;
}
</style>
background-color css
<style>
a { background-color: #F295FA; }
a { background-color: rgb(242,149,250); }
div.DivClassName
{
background-color: #F295FA;
}
.BgClassName
{
background-color: #F295FA;
}
</style>
border-color css
<style>
span { border-color: #F295FA; }
span { border-color: rgb(242,149,250); }
td.TdClassName
{
border-color: #F295FA;
}
.TagClassName
{
border-color: #F295FA;
}
</style>