Shades of Violet #F28AEF
Tints of Violet #F28AEF
RGB
CMYK
RGB Variations
Color information
#F28AEF (or 0xF28AEF) is known color: Violet. HEX triplet: F2, 8A and EF. RGB value is (242,138,239). Sum of RGB (Red+Green+Blue) = 242+138+239=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AEF is #0D7510. Grayscale: #B4B4B4. Windows color (decimal): -881937 or 15698674. OLE color: 15698674.
HSL color Cylindrical-coordinate representation of color #F28AEF: hue angle of 301.73º 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 #F28AEF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 239 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.05 |
| HSL | 301.73º | 0.8% | 0.75% | - |
| HSV(B) | 301.73º | 0.43% | 0.95% | - |
| XYZ | 61.29 | 43.29 | 86.79 | - |
| YUV | 180.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 239 | 0 | 0.43 | 0.01 | 0.05 | 301.73 | 0.8 | 0.75 |
| Hex | F2 | 8A | EF | 0 | 2B | 1 | 5 | 12E | 50 | 4B |
| Octal | 362 | 212 | 357 | 0 | 53 | 1 | 5 | 456 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11101111 | 0 | 101011 | 1 | 101 | 100101110 | 1010000 | 1001011 |
Color Harmonies of #F28AEF
Complementary color
Monochromatic Colors of #F28AEF
Black with #F28AEF
Text Example
Text Example
White with #F28AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AEF; }
p { color: rgb(242,138,239); }
H1.HeaderClassName
{
color: #F28AEF;
}
.AnyTagClassName
{
color: #F28AEF;
}
</style>
background-color css
<style>
a { background-color: #F28AEF; }
a { background-color: rgb(242,138,239); }
div.DivClassName
{
background-color: #F28AEF;
}
.BgClassName
{
background-color: #F28AEF;
}
</style>
border-color css
<style>
span { border-color: #F28AEF; }
span { border-color: rgb(242,138,239); }
td.TdClassName
{
border-color: #F28AEF;
}
.TagClassName
{
border-color: #F28AEF;
}
</style>