Shades of Violet #F483F2
Tints of Violet #F483F2
RGB
CMYK
RGB Variations
Color information
#F483F2 (or 0xF483F2) is known color: Violet. HEX triplet: F4, 83 and F2. RGB value is (244,131,242). Sum of RGB (Red+Green+Blue) = 244+131+242=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F483F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483F2 is #0B7C0D. Grayscale: #B1B1B1. Windows color (decimal): -752654 or 15893492. OLE color: 15893492.
HSL color Cylindrical-coordinate representation of color #F483F2: hue angle of 301.06º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483F2 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 242 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.04 |
| HSL | 301.06º | 0.84% | 0.74% | - |
| HSV(B) | 301.06º | 0.46% | 0.96% | - |
| XYZ | 61.45 | 41.88 | 88.85 | - |
| YUV | 177.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 242 | 0 | 0.46 | 0.01 | 0.04 | 301.06 | 0.84 | 0.74 |
| Hex | F4 | 83 | F2 | 0 | 2E | 1 | 4 | 12D | 54 | 4A |
| Octal | 364 | 203 | 362 | 0 | 56 | 1 | 4 | 455 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11110010 | 0 | 101110 | 1 | 100 | 100101101 | 1010100 | 1001010 |
Color Harmonies of #F483F2
Complementary color
Monochromatic Colors of #F483F2
Black with #F483F2
Text Example
Text Example
White with #F483F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483F2; }
p { color: rgb(244,131,242); }
H1.HeaderClassName
{
color: #F483F2;
}
.AnyTagClassName
{
color: #F483F2;
}
</style>
background-color css
<style>
a { background-color: #F483F2; }
a { background-color: rgb(244,131,242); }
div.DivClassName
{
background-color: #F483F2;
}
.BgClassName
{
background-color: #F483F2;
}
</style>
border-color css
<style>
span { border-color: #F483F2; }
span { border-color: rgb(244,131,242); }
td.TdClassName
{
border-color: #F483F2;
}
.TagClassName
{
border-color: #F483F2;
}
</style>