Shades of Violet #F375F0
Tints of Violet #F375F0
RGB
CMYK
RGB Variations
Color information
#F375F0 (or 0xF375F0) is known color: Violet. HEX triplet: F3, 75 and F0. RGB value is (243,117,240). Sum of RGB (Red+Green+Blue) = 243+117+240=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F375F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375F0 is #0C8A0F. Grayscale: #A8A8A8. Windows color (decimal): -821776 or 15758835. OLE color: 15758835.
HSL color Cylindrical-coordinate representation of color #F375F0: hue angle of 301.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375F0 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 240 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.05 |
| HSL | 301.43º | 0.84% | 0.71% | - |
| HSV(B) | 301.43º | 0.52% | 0.95% | - |
| XYZ | 59.05 | 38.07 | 86.67 | - |
| YUV | 168.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 240 | 0 | 0.52 | 0.01 | 0.05 | 301.43 | 0.84 | 0.71 |
| Hex | F3 | 75 | F0 | 0 | 34 | 1 | 5 | 12D | 54 | 47 |
| Octal | 363 | 165 | 360 | 0 | 64 | 1 | 5 | 455 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11110000 | 0 | 110100 | 1 | 101 | 100101101 | 1010100 | 1000111 |
Color Harmonies of #F375F0
Complementary color
Monochromatic Colors of #F375F0
Black with #F375F0
Text Example
Text Example
White with #F375F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375F0; }
p { color: rgb(243,117,240); }
H1.HeaderClassName
{
color: #F375F0;
}
.AnyTagClassName
{
color: #F375F0;
}
</style>
background-color css
<style>
a { background-color: #F375F0; }
a { background-color: rgb(243,117,240); }
div.DivClassName
{
background-color: #F375F0;
}
.BgClassName
{
background-color: #F375F0;
}
</style>
border-color css
<style>
span { border-color: #F375F0; }
span { border-color: rgb(243,117,240); }
td.TdClassName
{
border-color: #F375F0;
}
.TagClassName
{
border-color: #F375F0;
}
</style>