#F88EFA

Color #F88EFA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F88EFA

Tints of Violet #F88EFA

Color information

#F88EFA (or 0xF88EFA) is unknown color: approx Violet. HEX triplet: F8, 8E and FA. RGB value is (248,142,250). Sum of RGB (Red+Green+Blue) = 248+142+250=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 142 (55.86% from 255 or 22.19% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F88EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88EFA is #077105. Grayscale: #B9B9B9. Windows color (decimal): -487686 or 16420600. OLE color: 16420600.

HSL color Cylindrical-coordinate representation of color #F88EFA: hue angle of 298.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EFA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248142250-
CMYK0.010.4300.02
HSL298.89º91.53%76.86%-
HSV(B)298.89º43.2%98.04%-
XYZ65.6446.295.9-
YUV186.01164.12172.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 142 (55.86% from 255) = 22.19%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=38.75%
G=22.19%
B=39.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481422500.010.4300.02298.8991.5376.86
HexF88EFA12B0212b5c4d
Octal37021637215302453134115
Binary111110001000111011111010110101101010010101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88EFA; }

 p { color: rgb(248,142,250); }

 H1.HeaderClassName
 {
   color: #F88EFA;
 }
 .AnyTagClassName
 {
   color: #F88EFA;
 }
</style>
background-color css

<style>
 a { background-color: #F88EFA; }

 a { background-color: rgb(248,142,250); }

 div.DivClassName
 {
   background-color: #F88EFA;
 }
 .BgClassName
 {
   background-color: #F88EFA;
 }
</style>
border-color css

<style>
 span { border-color: #F88EFA; }

 span { border-color: rgb(248,142,250); }

 td.TdClassName
 {
   border-color: #F88EFA;
 }
 .TagClassName
 {
   border-color: #F88EFA;
 }
</style>