Shades of Violet #F381F0
Tints of Violet #F381F0
RGB
CMYK
RGB Variations
Color information
#F381F0 (or 0xF381F0) is known color: Violet. HEX triplet: F3, 81 and F0. RGB value is (243,129,240). Sum of RGB (Red+Green+Blue) = 243+129+240=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F381F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381F0 is #0C7E0F. Grayscale: #AFAFAF. Windows color (decimal): -818704 or 15761907. OLE color: 15761907.
HSL color Cylindrical-coordinate representation of color #F381F0: hue angle of 301.58º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381F0 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 240 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.05 |
| HSL | 301.58º | 0.83% | 0.73% | - |
| HSV(B) | 301.58º | 0.47% | 0.95% | - |
| XYZ | 60.54 | 41.05 | 87.17 | - |
| YUV | 175.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 240 | 0 | 0.47 | 0.01 | 0.05 | 301.58 | 0.83 | 0.73 |
| Hex | F3 | 81 | F0 | 0 | 2F | 1 | 5 | 12E | 53 | 49 |
| Octal | 363 | 201 | 360 | 0 | 57 | 1 | 5 | 456 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11110000 | 0 | 101111 | 1 | 101 | 100101110 | 1010011 | 1001001 |
Color Harmonies of #F381F0
Complementary color
Monochromatic Colors of #F381F0
Black with #F381F0
Text Example
Text Example
White with #F381F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381F0; }
p { color: rgb(243,129,240); }
H1.HeaderClassName
{
color: #F381F0;
}
.AnyTagClassName
{
color: #F381F0;
}
</style>
background-color css
<style>
a { background-color: #F381F0; }
a { background-color: rgb(243,129,240); }
div.DivClassName
{
background-color: #F381F0;
}
.BgClassName
{
background-color: #F381F0;
}
</style>
border-color css
<style>
span { border-color: #F381F0; }
span { border-color: rgb(243,129,240); }
td.TdClassName
{
border-color: #F381F0;
}
.TagClassName
{
border-color: #F381F0;
}
</style>