Shades of Violet #F28AF2
Tints of Violet #F28AF2
RGB
CMYK
RGB Variations
Color information
#F28AF2 (or 0xF28AF2) is known color: Violet. HEX triplet: F2, 8A and F2. RGB value is (242,138,242). Sum of RGB (Red+Green+Blue) = 242+138+242=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 138 (54.30% from 255 or 22.19% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F28AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AF2 is #0D750D. Grayscale: #B4B4B4. Windows color (decimal): -881934 or 15895282. OLE color: 15895282.
HSL color Cylindrical-coordinate representation of color #F28AF2: hue angle of 300º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AF2 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 242 | - |
| CMYK | 0 | 0.43 | 0 | 0.05 |
| HSL | 300º | 0.8% | 0.75% | - |
| HSV(B) | 300º | 0.43% | 0.95% | - |
| XYZ | 61.73 | 43.47 | 89.14 | - |
| YUV | 180.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 242 | 0 | 0.43 | 0 | 0.05 | 300 | 0.8 | 0.75 |
| Hex | F2 | 8A | F2 | 0 | 2B | 0 | 5 | 12C | 50 | 4B |
| Octal | 362 | 212 | 362 | 0 | 53 | 0 | 5 | 454 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11110010 | 0 | 101011 | 0 | 101 | 100101100 | 1010000 | 1001011 |
Color Harmonies of #F28AF2
Complementary color
Monochromatic Colors of #F28AF2
Black with #F28AF2
Text Example
Text Example
White with #F28AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AF2; }
p { color: rgb(242,138,242); }
H1.HeaderClassName
{
color: #F28AF2;
}
.AnyTagClassName
{
color: #F28AF2;
}
</style>
background-color css
<style>
a { background-color: #F28AF2; }
a { background-color: rgb(242,138,242); }
div.DivClassName
{
background-color: #F28AF2;
}
.BgClassName
{
background-color: #F28AF2;
}
</style>
border-color css
<style>
span { border-color: #F28AF2; }
span { border-color: rgb(242,138,242); }
td.TdClassName
{
border-color: #F28AF2;
}
.TagClassName
{
border-color: #F28AF2;
}
</style>