Shades of Violet #F375F2
Tints of Violet #F375F2
RGB
CMYK
RGB Variations
Color information
#F375F2 (or 0xF375F2) is known color: Violet. HEX triplet: F3, 75 and F2. RGB value is (243,117,242). Sum of RGB (Red+Green+Blue) = 243+117+242=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F375F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375F2 is #0C8A0D. Grayscale: #A8A8A8. Windows color (decimal): -821774 or 15889907. OLE color: 15889907.
HSL color Cylindrical-coordinate representation of color #F375F2: hue angle of 300.48º 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 #F375F2 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 242 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.05 |
| HSL | 300.48º | 0.84% | 0.71% | - |
| HSV(B) | 300.48º | 0.52% | 0.95% | - |
| XYZ | 59.35 | 38.19 | 88.25 | - |
| YUV | 168.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 242 | 0 | 0.52 | 0.00 | 0.05 | 300.48 | 0.84 | 0.71 |
| Hex | F3 | 75 | F2 | 0 | 34 | 0 | 5 | 12C | 54 | 47 |
| Octal | 363 | 165 | 362 | 0 | 64 | 0 | 5 | 454 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11110010 | 0 | 110100 | 0 | 101 | 100101100 | 1010100 | 1000111 |
Color Harmonies of #F375F2
Complementary color
Monochromatic Colors of #F375F2
Black with #F375F2
Text Example
Text Example
White with #F375F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375F2; }
p { color: rgb(243,117,242); }
H1.HeaderClassName
{
color: #F375F2;
}
.AnyTagClassName
{
color: #F375F2;
}
</style>
background-color css
<style>
a { background-color: #F375F2; }
a { background-color: rgb(243,117,242); }
div.DivClassName
{
background-color: #F375F2;
}
.BgClassName
{
background-color: #F375F2;
}
</style>
border-color css
<style>
span { border-color: #F375F2; }
span { border-color: rgb(243,117,242); }
td.TdClassName
{
border-color: #F375F2;
}
.TagClassName
{
border-color: #F375F2;
}
</style>