Shades of Violet #F28AFE
Tints of Violet #F28AFE
RGB
CMYK
RGB Variations
Color information
#F28AFE (or 0xF28AFE) is known color: Violet. HEX triplet: F2, 8A and FE. RGB value is (242,138,254). Sum of RGB (Red+Green+Blue) = 242+138+254=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #F28AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AFE is #0D7501. Grayscale: #B5B5B5. Windows color (decimal): -881922 or 16681714. OLE color: 16681714.
HSL color Cylindrical-coordinate representation of color #F28AFE: hue angle of 293.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28AFE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 138 | 254 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.00 |
| HSL | 293.79º | 0.98% | 0.77% | - |
| HSV(B) | 293.79º | 0.46% | 1% | - |
| XYZ | 63.6 | 44.21 | 98.95 | - |
| YUV | 182.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 254 | 0.05 | 0.46 | 0 | 0.00 | 293.79 | 0.98 | 0.77 |
| Hex | F2 | 8A | FE | 5 | 2E | 0 | 0 | 126 | 62 | 4D |
| Octal | 362 | 212 | 376 | 5 | 56 | 0 | 0 | 446 | 142 | 115 |
| Binary | 11110010 | 10001010 | 11111110 | 101 | 101110 | 0 | 0 | 100100110 | 1100010 | 1001101 |
Color Harmonies of #F28AFE
Complementary color
Monochromatic Colors of #F28AFE
Black with #F28AFE
Text Example
Text Example
White with #F28AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AFE; }
p { color: rgb(242,138,254); }
H1.HeaderClassName
{
color: #F28AFE;
}
.AnyTagClassName
{
color: #F28AFE;
}
</style>
background-color css
<style>
a { background-color: #F28AFE; }
a { background-color: rgb(242,138,254); }
div.DivClassName
{
background-color: #F28AFE;
}
.BgClassName
{
background-color: #F28AFE;
}
</style>
border-color css
<style>
span { border-color: #F28AFE; }
span { border-color: rgb(242,138,254); }
td.TdClassName
{
border-color: #F28AFE;
}
.TagClassName
{
border-color: #F28AFE;
}
</style>