Shades of Violet #F384F7
Tints of Violet #F384F7
RGB
CMYK
RGB Variations
Color information
#F384F7 (or 0xF384F7) is known color: Violet. HEX triplet: F3, 84 and F7. RGB value is (243,132,247). Sum of RGB (Red+Green+Blue) = 243+132+247=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #F384F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384F7 is #0C7B08. Grayscale: #B1B1B1. Windows color (decimal): -817929 or 16221427. OLE color: 16221427.
HSL color Cylindrical-coordinate representation of color #F384F7: hue angle of 297.91º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F384F7 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 132 | 247 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.03 |
| HSL | 297.91º | 0.88% | 0.74% | - |
| HSV(B) | 297.91º | 0.47% | 0.97% | - |
| XYZ | 62 | 42.27 | 92.89 | - |
| YUV | 178.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 247 | 0.02 | 0.47 | 0 | 0.03 | 297.91 | 0.88 | 0.74 |
| Hex | F3 | 84 | F7 | 2 | 2F | 0 | 3 | 12A | 58 | 4A |
| Octal | 363 | 204 | 367 | 2 | 57 | 0 | 3 | 452 | 130 | 112 |
| Binary | 11110011 | 10000100 | 11110111 | 10 | 101111 | 0 | 11 | 100101010 | 1011000 | 1001010 |
Color Harmonies of #F384F7
Complementary color
Monochromatic Colors of #F384F7
Black with #F384F7
Text Example
Text Example
White with #F384F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384F7; }
p { color: rgb(243,132,247); }
H1.HeaderClassName
{
color: #F384F7;
}
.AnyTagClassName
{
color: #F384F7;
}
</style>
background-color css
<style>
a { background-color: #F384F7; }
a { background-color: rgb(243,132,247); }
div.DivClassName
{
background-color: #F384F7;
}
.BgClassName
{
background-color: #F384F7;
}
</style>
border-color css
<style>
span { border-color: #F384F7; }
span { border-color: rgb(243,132,247); }
td.TdClassName
{
border-color: #F384F7;
}
.TagClassName
{
border-color: #F384F7;
}
</style>