Shades of Violet #F984F2
Tints of Violet #F984F2
RGB
CMYK
RGB Variations
Color information
#F984F2 (or 0xF984F2) is known color: Violet. HEX triplet: F9, 84 and F2. RGB value is (249,132,242). Sum of RGB (Red+Green+Blue) = 249+132+242=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 132 (51.95% from 255 or 21.19% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F984F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984F2 is #067B0D. Grayscale: #B3B3B3. Windows color (decimal): -424718 or 15893753. OLE color: 15893753.
HSL color Cylindrical-coordinate representation of color #F984F2: hue angle of 303.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984F2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 242 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.02 |
| HSL | 303.59º | 0.91% | 0.75% | - |
| HSV(B) | 303.59º | 0.47% | 0.98% | - |
| XYZ | 63.35 | 43.05 | 88.98 | - |
| YUV | 179.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 242 | 0 | 0.47 | 0.03 | 0.02 | 303.59 | 0.91 | 0.75 |
| Hex | F9 | 84 | F2 | 0 | 2F | 3 | 2 | 130 | 5B | 4B |
| Octal | 371 | 204 | 362 | 0 | 57 | 3 | 2 | 460 | 133 | 113 |
| Binary | 11111001 | 10000100 | 11110010 | 0 | 101111 | 11 | 10 | 100110000 | 1011011 | 1001011 |
Color Harmonies of #F984F2
Complementary color
Monochromatic Colors of #F984F2
Black with #F984F2
Text Example
Text Example
White with #F984F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984F2; }
p { color: rgb(249,132,242); }
H1.HeaderClassName
{
color: #F984F2;
}
.AnyTagClassName
{
color: #F984F2;
}
</style>
background-color css
<style>
a { background-color: #F984F2; }
a { background-color: rgb(249,132,242); }
div.DivClassName
{
background-color: #F984F2;
}
.BgClassName
{
background-color: #F984F2;
}
</style>
border-color css
<style>
span { border-color: #F984F2; }
span { border-color: rgb(249,132,242); }
td.TdClassName
{
border-color: #F984F2;
}
.TagClassName
{
border-color: #F984F2;
}
</style>