Shades of Violet #F381F2
Tints of Violet #F381F2
RGB
CMYK
RGB Variations
Color information
#F381F2 (or 0xF381F2) is known color: Violet. HEX triplet: F3, 81 and F2. RGB value is (243,129,242). Sum of RGB (Red+Green+Blue) = 243+129+242=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F381F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381F2 is #0C7E0D. Grayscale: #AFAFAF. Windows color (decimal): -818702 or 15892979. OLE color: 15892979.
HSL color Cylindrical-coordinate representation of color #F381F2: hue angle of 300.53º 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 #F381F2 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 242 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.05 |
| HSL | 300.53º | 0.83% | 0.73% | - |
| HSV(B) | 300.53º | 0.47% | 0.95% | - |
| XYZ | 60.84 | 41.17 | 88.74 | - |
| YUV | 175.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 242 | 0 | 0.47 | 0.00 | 0.05 | 300.53 | 0.83 | 0.73 |
| Hex | F3 | 81 | F2 | 0 | 2F | 0 | 5 | 12D | 53 | 49 |
| Octal | 363 | 201 | 362 | 0 | 57 | 0 | 5 | 455 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11110010 | 0 | 101111 | 0 | 101 | 100101101 | 1010011 | 1001001 |
Color Harmonies of #F381F2
Complementary color
Monochromatic Colors of #F381F2
Black with #F381F2
Text Example
Text Example
White with #F381F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381F2; }
p { color: rgb(243,129,242); }
H1.HeaderClassName
{
color: #F381F2;
}
.AnyTagClassName
{
color: #F381F2;
}
</style>
background-color css
<style>
a { background-color: #F381F2; }
a { background-color: rgb(243,129,242); }
div.DivClassName
{
background-color: #F381F2;
}
.BgClassName
{
background-color: #F381F2;
}
</style>
border-color css
<style>
span { border-color: #F381F2; }
span { border-color: rgb(243,129,242); }
td.TdClassName
{
border-color: #F381F2;
}
.TagClassName
{
border-color: #F381F2;
}
</style>