Shades of Violet #F383F2
Tints of Violet #F383F2
RGB
CMYK
RGB Variations
Color information
#F383F2 (or 0xF383F2) is known color: Violet. HEX triplet: F3, 83 and F2. RGB value is (243,131,242). Sum of RGB (Red+Green+Blue) = 243+131+242=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F383F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383F2 is #0C7C0D. Grayscale: #B0B0B0. Windows color (decimal): -818190 or 15893491. OLE color: 15893491.
HSL color Cylindrical-coordinate representation of color #F383F2: hue angle of 300.54º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383F2 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 242 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.05 |
| HSL | 300.54º | 0.82% | 0.73% | - |
| HSV(B) | 300.54º | 0.46% | 0.95% | - |
| XYZ | 61.11 | 41.7 | 88.83 | - |
| YUV | 177.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 242 | 0 | 0.46 | 0.00 | 0.05 | 300.54 | 0.82 | 0.73 |
| Hex | F3 | 83 | F2 | 0 | 2E | 0 | 5 | 12D | 52 | 49 |
| Octal | 363 | 203 | 362 | 0 | 56 | 0 | 5 | 455 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11110010 | 0 | 101110 | 0 | 101 | 100101101 | 1010010 | 1001001 |
Color Harmonies of #F383F2
Complementary color
Monochromatic Colors of #F383F2
Black with #F383F2
Text Example
Text Example
White with #F383F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383F2; }
p { color: rgb(243,131,242); }
H1.HeaderClassName
{
color: #F383F2;
}
.AnyTagClassName
{
color: #F383F2;
}
</style>
background-color css
<style>
a { background-color: #F383F2; }
a { background-color: rgb(243,131,242); }
div.DivClassName
{
background-color: #F383F2;
}
.BgClassName
{
background-color: #F383F2;
}
</style>
border-color css
<style>
span { border-color: #F383F2; }
span { border-color: rgb(243,131,242); }
td.TdClassName
{
border-color: #F383F2;
}
.TagClassName
{
border-color: #F383F2;
}
</style>