Shades of Violet #F375F4
Tints of Violet #F375F4
RGB
CMYK
RGB Variations
Color information
#F375F4 (or 0xF375F4) is known color: Violet. HEX triplet: F3, 75 and F4. RGB value is (243,117,244). Sum of RGB (Red+Green+Blue) = 243+117+244=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #F375F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375F4 is #0C8A0B. Grayscale: #A8A8A8. Windows color (decimal): -821772 or 16020979. OLE color: 16020979.
HSL color Cylindrical-coordinate representation of color #F375F4: hue angle of 299.53º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375F4 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 117 | 244 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.04 |
| HSL | 299.53º | 0.85% | 0.71% | - |
| HSV(B) | 299.53º | 0.52% | 0.96% | - |
| XYZ | 59.65 | 38.31 | 89.84 | - |
| YUV | 169.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 244 | 0.00 | 0.52 | 0 | 0.04 | 299.53 | 0.85 | 0.71 |
| Hex | F3 | 75 | F4 | 0 | 34 | 0 | 4 | 12C | 55 | 47 |
| Octal | 363 | 165 | 364 | 0 | 64 | 0 | 4 | 454 | 125 | 107 |
| Binary | 11110011 | 1110101 | 11110100 | 0 | 110100 | 0 | 100 | 100101100 | 1010101 | 1000111 |
Color Harmonies of #F375F4
Complementary color
Monochromatic Colors of #F375F4
Black with #F375F4
Text Example
Text Example
White with #F375F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375F4; }
p { color: rgb(243,117,244); }
H1.HeaderClassName
{
color: #F375F4;
}
.AnyTagClassName
{
color: #F375F4;
}
</style>
background-color css
<style>
a { background-color: #F375F4; }
a { background-color: rgb(243,117,244); }
div.DivClassName
{
background-color: #F375F4;
}
.BgClassName
{
background-color: #F375F4;
}
</style>
border-color css
<style>
span { border-color: #F375F4; }
span { border-color: rgb(243,117,244); }
td.TdClassName
{
border-color: #F375F4;
}
.TagClassName
{
border-color: #F375F4;
}
</style>