Shades of Violet #F8A2FE
Tints of Violet #F8A2FE
RGB
CMYK
RGB Variations
Color information
#F8A2FE (or 0xF8A2FE) is known color: Violet. HEX triplet: F8, A2 and FE. RGB value is (248,162,254). Sum of RGB (Red+Green+Blue) = 248+162+254=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2FE is #075D01. Grayscale: #C5C5C5. Windows color (decimal): -482562 or 16687864. OLE color: 16687864.
HSL color Cylindrical-coordinate representation of color #F8A2FE: hue angle of 296.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8A2FE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 162 | 254 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.00 |
| HSL | 296.09º | 0.98% | 0.82% | - |
| HSV(B) | 296.09º | 0.36% | 1% | - |
| XYZ | 69.52 | 52.95 | 100.32 | - |
| YUV | 198.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 254 | 0.02 | 0.36 | 0 | 0.00 | 296.09 | 0.98 | 0.82 |
| Hex | F8 | A2 | FE | 2 | 24 | 0 | 0 | 128 | 62 | 52 |
| Octal | 370 | 242 | 376 | 2 | 44 | 0 | 0 | 450 | 142 | 122 |
| Binary | 11111000 | 10100010 | 11111110 | 10 | 100100 | 0 | 0 | 100101000 | 1100010 | 1010010 |
Color Harmonies of #F8A2FE
Complementary color
Monochromatic Colors of #F8A2FE
Black with #F8A2FE
Text Example
Text Example
White with #F8A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2FE; }
p { color: rgb(248,162,254); }
H1.HeaderClassName
{
color: #F8A2FE;
}
.AnyTagClassName
{
color: #F8A2FE;
}
</style>
background-color css
<style>
a { background-color: #F8A2FE; }
a { background-color: rgb(248,162,254); }
div.DivClassName
{
background-color: #F8A2FE;
}
.BgClassName
{
background-color: #F8A2FE;
}
</style>
border-color css
<style>
span { border-color: #F8A2FE; }
span { border-color: rgb(248,162,254); }
td.TdClassName
{
border-color: #F8A2FE;
}
.TagClassName
{
border-color: #F8A2FE;
}
</style>