#F093FA

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

Shades of Violet #F093FA

Tints of Violet #F093FA

Color information

#F093FA (or 0xF093FA) is unknown color: approx Violet. HEX triplet: F0, 93 and FA. RGB value is (240,147,250). Sum of RGB (Red+Green+Blue) = 240+147+250=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F093FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093FA is #0F6C05. Grayscale: #BABABA. Windows color (decimal): -1010694 or 16421872. OLE color: 16421872.

HSL color Cylindrical-coordinate representation of color #F093FA: hue angle of 294.17º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F093FA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240147250-
CMYK0.040.4100.02
HSL294.17º91.15%77.84%-
HSV(B)294.17º41.2%98.04%-
XYZ63.6246.2996.02-
YUV186.55163.81166.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 147 (57.81% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=37.68%
G=23.08%
B=39.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401472500.040.4100.02294.1791.1577.84
HexF093FA429021265b4e
Octal36022337245102446133116
Binary11110000100100111111101010010100101010010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093FA; }

 p { color: rgb(240,147,250); }

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

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

 a { background-color: rgb(240,147,250); }

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

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

 span { border-color: rgb(240,147,250); }

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