Shades of Violet #F374F2
Tints of Violet #F374F2
RGB
CMYK
RGB Variations
Color information
#F374F2 (or 0xF374F2) is known color: Violet. HEX triplet: F3, 74 and F2. RGB value is (243,116,242). Sum of RGB (Red+Green+Blue) = 243+116+242=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F374F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F374F2 is #0C8B0D. Grayscale: #A7A7A7. Windows color (decimal): -822030 or 15889651. OLE color: 15889651.
HSL color Cylindrical-coordinate representation of color #F374F2: hue angle of 300.47º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374F2 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 242 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.05 |
| HSL | 300.47º | 0.84% | 0.7% | - |
| HSV(B) | 300.47º | 0.52% | 0.95% | - |
| XYZ | 59.23 | 37.96 | 88.21 | - |
| YUV | 168.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 242 | 0 | 0.52 | 0.00 | 0.05 | 300.47 | 0.84 | 0.7 |
| Hex | F3 | 74 | F2 | 0 | 34 | 0 | 5 | 12C | 54 | 46 |
| Octal | 363 | 164 | 362 | 0 | 64 | 0 | 5 | 454 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11110010 | 0 | 110100 | 0 | 101 | 100101100 | 1010100 | 1000110 |
Color Harmonies of #F374F2
Complementary color
Monochromatic Colors of #F374F2
Black with #F374F2
Text Example
Text Example
White with #F374F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374F2; }
p { color: rgb(243,116,242); }
H1.HeaderClassName
{
color: #F374F2;
}
.AnyTagClassName
{
color: #F374F2;
}
</style>
background-color css
<style>
a { background-color: #F374F2; }
a { background-color: rgb(243,116,242); }
div.DivClassName
{
background-color: #F374F2;
}
.BgClassName
{
background-color: #F374F2;
}
</style>
border-color css
<style>
span { border-color: #F374F2; }
span { border-color: rgb(243,116,242); }
td.TdClassName
{
border-color: #F374F2;
}
.TagClassName
{
border-color: #F374F2;
}
</style>