Shades of Violet #F295F3
Tints of Violet #F295F3
RGB
CMYK
RGB Variations
Color information
#F295F3 (or 0xF295F3) is known color: Violet. HEX triplet: F2, 95 and F3. RGB value is (242,149,243). Sum of RGB (Red+Green+Blue) = 242+149+243=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #F295F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295F3 is #0D6A0C. Grayscale: #BBBBBB. Windows color (decimal): -879117 or 15963634. OLE color: 15963634.
HSL color Cylindrical-coordinate representation of color #F295F3: hue angle of 299.36º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F295F3 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 243 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.05 |
| HSL | 299.36º | 0.8% | 0.77% | - |
| HSV(B) | 299.36º | 0.39% | 0.95% | - |
| XYZ | 63.54 | 46.84 | 90.49 | - |
| YUV | 187.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 243 | 0.00 | 0.39 | 0 | 0.05 | 299.36 | 0.8 | 0.77 |
| Hex | F2 | 95 | F3 | 0 | 27 | 0 | 5 | 12B | 50 | 4D |
| Octal | 362 | 225 | 363 | 0 | 47 | 0 | 5 | 453 | 120 | 115 |
| Binary | 11110010 | 10010101 | 11110011 | 0 | 100111 | 0 | 101 | 100101011 | 1010000 | 1001101 |
Color Harmonies of #F295F3
Complementary color
Monochromatic Colors of #F295F3
Black with #F295F3
Text Example
Text Example
White with #F295F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295F3; }
p { color: rgb(242,149,243); }
H1.HeaderClassName
{
color: #F295F3;
}
.AnyTagClassName
{
color: #F295F3;
}
</style>
background-color css
<style>
a { background-color: #F295F3; }
a { background-color: rgb(242,149,243); }
div.DivClassName
{
background-color: #F295F3;
}
.BgClassName
{
background-color: #F295F3;
}
</style>
border-color css
<style>
span { border-color: #F295F3; }
span { border-color: rgb(242,149,243); }
td.TdClassName
{
border-color: #F295F3;
}
.TagClassName
{
border-color: #F295F3;
}
</style>