Shades of Violet #F384F2
Tints of Violet #F384F2
RGB
CMYK
RGB Variations
Color information
#F384F2 (or 0xF384F2) is known color: Violet. HEX triplet: F3, 84 and F2. RGB value is (243,132,242). Sum of RGB (Red+Green+Blue) = 243+132+242=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F384F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384F2 is #0C7B0D. Grayscale: #B1B1B1. Windows color (decimal): -817934 or 15893747. OLE color: 15893747.
HSL color Cylindrical-coordinate representation of color #F384F2: hue angle of 300.54º 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 #F384F2 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 242 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.05 |
| HSL | 300.54º | 0.82% | 0.74% | - |
| HSV(B) | 300.54º | 0.46% | 0.95% | - |
| XYZ | 61.24 | 41.97 | 88.88 | - |
| YUV | 177.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 242 | 0 | 0.46 | 0.00 | 0.05 | 300.54 | 0.82 | 0.74 |
| Hex | F3 | 84 | F2 | 0 | 2E | 0 | 5 | 12D | 52 | 4A |
| Octal | 363 | 204 | 362 | 0 | 56 | 0 | 5 | 455 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11110010 | 0 | 101110 | 0 | 101 | 100101101 | 1010010 | 1001010 |
Color Harmonies of #F384F2
Complementary color
Monochromatic Colors of #F384F2
Black with #F384F2
Text Example
Text Example
White with #F384F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384F2; }
p { color: rgb(243,132,242); }
H1.HeaderClassName
{
color: #F384F2;
}
.AnyTagClassName
{
color: #F384F2;
}
</style>
background-color css
<style>
a { background-color: #F384F2; }
a { background-color: rgb(243,132,242); }
div.DivClassName
{
background-color: #F384F2;
}
.BgClassName
{
background-color: #F384F2;
}
</style>
border-color css
<style>
span { border-color: #F384F2; }
span { border-color: rgb(243,132,242); }
td.TdClassName
{
border-color: #F384F2;
}
.TagClassName
{
border-color: #F384F2;
}
</style>