Shades of Violet #F384F3
Tints of Violet #F384F3
RGB
CMYK
RGB Variations
Color information
#F384F3 (or 0xF384F3) is known color: Violet. HEX triplet: F3, 84 and F3. RGB value is (243,132,243). Sum of RGB (Red+Green+Blue) = 243+132+243=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F384F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384F3 is #0C7B0C. Grayscale: #B1B1B1. Windows color (decimal): -817933 or 15959283. OLE color: 15959283.
HSL color Cylindrical-coordinate representation of color #F384F3: hue angle of 300º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384F3 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 243 | - |
| CMYK | 0 | 0.46 | 0 | 0.05 |
| HSL | 300º | 0.82% | 0.74% | - |
| HSV(B) | 300º | 0.46% | 0.95% | - |
| XYZ | 61.39 | 42.03 | 89.67 | - |
| YUV | 177.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 243 | 0 | 0.46 | 0 | 0.05 | 300 | 0.82 | 0.74 |
| Hex | F3 | 84 | F3 | 0 | 2E | 0 | 5 | 12C | 52 | 4A |
| Octal | 363 | 204 | 363 | 0 | 56 | 0 | 5 | 454 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11110011 | 0 | 101110 | 0 | 101 | 100101100 | 1010010 | 1001010 |
Color Harmonies of #F384F3
Complementary color
Monochromatic Colors of #F384F3
Black with #F384F3
Text Example
Text Example
White with #F384F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384F3; }
p { color: rgb(243,132,243); }
H1.HeaderClassName
{
color: #F384F3;
}
.AnyTagClassName
{
color: #F384F3;
}
</style>
background-color css
<style>
a { background-color: #F384F3; }
a { background-color: rgb(243,132,243); }
div.DivClassName
{
background-color: #F384F3;
}
.BgClassName
{
background-color: #F384F3;
}
</style>
border-color css
<style>
span { border-color: #F384F3; }
span { border-color: rgb(243,132,243); }
td.TdClassName
{
border-color: #F384F3;
}
.TagClassName
{
border-color: #F384F3;
}
</style>