Shades of Violet #F384F1
Tints of Violet #F384F1
RGB
CMYK
RGB Variations
Color information
#F384F1 (or 0xF384F1) is known color: Violet. HEX triplet: F3, 84 and F1. RGB value is (243,132,241). Sum of RGB (Red+Green+Blue) = 243+132+241=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F384F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384F1 is #0C7B0E. Grayscale: #B1B1B1. Windows color (decimal): -817935 or 15828211. OLE color: 15828211.
HSL color Cylindrical-coordinate representation of color #F384F1: hue angle of 301.08º 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 #F384F1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 241 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.05 |
| HSL | 301.08º | 0.82% | 0.74% | - |
| HSV(B) | 301.08º | 0.46% | 0.95% | - |
| XYZ | 61.09 | 41.91 | 88.09 | - |
| YUV | 177.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 241 | 0 | 0.46 | 0.01 | 0.05 | 301.08 | 0.82 | 0.74 |
| Hex | F3 | 84 | F1 | 0 | 2E | 1 | 5 | 12D | 52 | 4A |
| Octal | 363 | 204 | 361 | 0 | 56 | 1 | 5 | 455 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11110001 | 0 | 101110 | 1 | 101 | 100101101 | 1010010 | 1001010 |
Color Harmonies of #F384F1
Complementary color
Monochromatic Colors of #F384F1
Black with #F384F1
Text Example
Text Example
White with #F384F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384F1; }
p { color: rgb(243,132,241); }
H1.HeaderClassName
{
color: #F384F1;
}
.AnyTagClassName
{
color: #F384F1;
}
</style>
background-color css
<style>
a { background-color: #F384F1; }
a { background-color: rgb(243,132,241); }
div.DivClassName
{
background-color: #F384F1;
}
.BgClassName
{
background-color: #F384F1;
}
</style>
border-color css
<style>
span { border-color: #F384F1; }
span { border-color: rgb(243,132,241); }
td.TdClassName
{
border-color: #F384F1;
}
.TagClassName
{
border-color: #F384F1;
}
</style>