Shades of Violet #F381F9
Tints of Violet #F381F9
RGB
CMYK
RGB Variations
Color information
#F381F9 (or 0xF381F9) is known color: Violet. HEX triplet: F3, 81 and F9. RGB value is (243,129,249). Sum of RGB (Red+Green+Blue) = 243+129+249=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #F381F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381F9 is #0C7E06. Grayscale: #B0B0B0. Windows color (decimal): -818695 or 16351731. OLE color: 16351731.
HSL color Cylindrical-coordinate representation of color #F381F9: hue angle of 297º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F381F9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 129 | 249 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.02 |
| HSL | 297º | 0.91% | 0.74% | - |
| HSV(B) | 297º | 0.48% | 0.98% | - |
| XYZ | 61.91 | 41.59 | 94.39 | - |
| YUV | 176.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 249 | 0.02 | 0.48 | 0 | 0.02 | 297 | 0.91 | 0.74 |
| Hex | F3 | 81 | F9 | 2 | 30 | 0 | 2 | 129 | 5B | 4A |
| Octal | 363 | 201 | 371 | 2 | 60 | 0 | 2 | 451 | 133 | 112 |
| Binary | 11110011 | 10000001 | 11111001 | 10 | 110000 | 0 | 10 | 100101001 | 1011011 | 1001010 |
Color Harmonies of #F381F9
Complementary color
Monochromatic Colors of #F381F9
Black with #F381F9
Text Example
Text Example
White with #F381F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381F9; }
p { color: rgb(243,129,249); }
H1.HeaderClassName
{
color: #F381F9;
}
.AnyTagClassName
{
color: #F381F9;
}
</style>
background-color css
<style>
a { background-color: #F381F9; }
a { background-color: rgb(243,129,249); }
div.DivClassName
{
background-color: #F381F9;
}
.BgClassName
{
background-color: #F381F9;
}
</style>
border-color css
<style>
span { border-color: #F381F9; }
span { border-color: rgb(243,129,249); }
td.TdClassName
{
border-color: #F381F9;
}
.TagClassName
{
border-color: #F381F9;
}
</style>