Shades of Violet #F28AFF
Tints of Violet #F28AFF
RGB
CMYK
RGB Variations
Color information
#F28AFF (or 0xF28AFF) is known color: Violet. HEX triplet: F2, 8A and FF. RGB value is (242,138,255). Sum of RGB (Red+Green+Blue) = 242+138+255=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F28AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AFF is #0D7500. Grayscale: #B6B6B6. Windows color (decimal): -881921 or 16747250. OLE color: 16747250.
HSL color Cylindrical-coordinate representation of color #F28AFF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28AFF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 138 | 255 | - |
| CMYK | 0.05 | 0.46 | 0 | 0 |
| HSL | 293.33º | 1% | 0.77% | - |
| HSV(B) | 293.33º | 0.46% | 1% | - |
| XYZ | 63.76 | 44.27 | 99.79 | - |
| YUV | 182.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 255 | 0.05 | 0.46 | 0 | 0 | 293.33 | 1 | 0.77 |
| Hex | F2 | 8A | FF | 5 | 2E | 0 | 0 | 125 | 64 | 4D |
| Octal | 362 | 212 | 377 | 5 | 56 | 0 | 0 | 445 | 144 | 115 |
| Binary | 11110010 | 10001010 | 11111111 | 101 | 101110 | 0 | 0 | 100100101 | 1100100 | 1001101 |
Color Harmonies of #F28AFF
Complementary color
Monochromatic Colors of #F28AFF
Black with #F28AFF
Text Example
Text Example
White with #F28AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AFF; }
p { color: rgb(242,138,255); }
H1.HeaderClassName
{
color: #F28AFF;
}
.AnyTagClassName
{
color: #F28AFF;
}
</style>
background-color css
<style>
a { background-color: #F28AFF; }
a { background-color: rgb(242,138,255); }
div.DivClassName
{
background-color: #F28AFF;
}
.BgClassName
{
background-color: #F28AFF;
}
</style>
border-color css
<style>
span { border-color: #F28AFF; }
span { border-color: rgb(242,138,255); }
td.TdClassName
{
border-color: #F28AFF;
}
.TagClassName
{
border-color: #F28AFF;
}
</style>