Shades of Violet #F395F2
Tints of Violet #F395F2
RGB
CMYK
RGB Variations
Color information
#F395F2 (or 0xF395F2) is known color: Violet. HEX triplet: F3, 95 and F2. RGB value is (243,149,242). Sum of RGB (Red+Green+Blue) = 243+149+242=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F395F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395F2 is #0C6A0D. Grayscale: #BBBBBB. Windows color (decimal): -813582 or 15898099. OLE color: 15898099.
HSL color Cylindrical-coordinate representation of color #F395F2: hue angle of 300.64º 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 #F395F2 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 242 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.05 |
| HSL | 300.64º | 0.8% | 0.77% | - |
| HSV(B) | 300.64º | 0.39% | 0.95% | - |
| XYZ | 63.74 | 46.96 | 89.71 | - |
| YUV | 187.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 242 | 0 | 0.39 | 0.00 | 0.05 | 300.64 | 0.8 | 0.77 |
| Hex | F3 | 95 | F2 | 0 | 27 | 0 | 5 | 12D | 50 | 4D |
| Octal | 363 | 225 | 362 | 0 | 47 | 0 | 5 | 455 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11110010 | 0 | 100111 | 0 | 101 | 100101101 | 1010000 | 1001101 |
Color Harmonies of #F395F2
Complementary color
Monochromatic Colors of #F395F2
Black with #F395F2
Text Example
Text Example
White with #F395F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395F2; }
p { color: rgb(243,149,242); }
H1.HeaderClassName
{
color: #F395F2;
}
.AnyTagClassName
{
color: #F395F2;
}
</style>
background-color css
<style>
a { background-color: #F395F2; }
a { background-color: rgb(243,149,242); }
div.DivClassName
{
background-color: #F395F2;
}
.BgClassName
{
background-color: #F395F2;
}
</style>
border-color css
<style>
span { border-color: #F395F2; }
span { border-color: rgb(243,149,242); }
td.TdClassName
{
border-color: #F395F2;
}
.TagClassName
{
border-color: #F395F2;
}
</style>