Shades of Violet #F296FA
Tints of Violet #F296FA
RGB
CMYK
RGB Variations
Color information
#F296FA (or 0xF296FA) is known color: Violet. HEX triplet: F2, 96 and FA. RGB value is (242,150,250). Sum of RGB (Red+Green+Blue) = 242+150+250=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 150 (58.98% from 255 or 23.36% 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 #F296FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FA is #0D6905. Grayscale: #BCBCBC. Windows color (decimal): -878854 or 16422642. OLE color: 16422642.
HSL color Cylindrical-coordinate representation of color #F296FA: hue angle of 295.2º 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 #F296FA is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 150 | 250 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.02 |
| HSL | 295.2º | 0.91% | 0.78% | - |
| HSV(B) | 295.2º | 0.4% | 0.98% | - |
| XYZ | 64.78 | 47.59 | 96.21 | - |
| YUV | 188.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 250 | 0.03 | 0.4 | 0 | 0.02 | 295.2 | 0.91 | 0.78 |
| Hex | F2 | 96 | FA | 3 | 28 | 0 | 2 | 127 | 5B | 4E |
| Octal | 362 | 226 | 372 | 3 | 50 | 0 | 2 | 447 | 133 | 116 |
| Binary | 11110010 | 10010110 | 11111010 | 11 | 101000 | 0 | 10 | 100100111 | 1011011 | 1001110 |
Color Harmonies of #F296FA
Complementary color
Monochromatic Colors of #F296FA
Black with #F296FA
Text Example
Text Example
White with #F296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296FA; }
p { color: rgb(242,150,250); }
H1.HeaderClassName
{
color: #F296FA;
}
.AnyTagClassName
{
color: #F296FA;
}
</style>
background-color css
<style>
a { background-color: #F296FA; }
a { background-color: rgb(242,150,250); }
div.DivClassName
{
background-color: #F296FA;
}
.BgClassName
{
background-color: #F296FA;
}
</style>
border-color css
<style>
span { border-color: #F296FA; }
span { border-color: rgb(242,150,250); }
td.TdClassName
{
border-color: #F296FA;
}
.TagClassName
{
border-color: #F296FA;
}
</style>