#F093FF

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

Shades of Violet #F093FF

Tints of Violet #F093FF

Color information

#F093FF (or 0xF093FF) is unknown color: approx Violet. HEX triplet: F0, 93 and FF. RGB value is (240,147,255). Sum of RGB (Red+Green+Blue) = 240+147+255=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #F093FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093FF is #0F6C00. Grayscale: #BABABA. Windows color (decimal): -1010689 or 16749552. OLE color: 16749552.

HSL color Cylindrical-coordinate representation of color #F093FF: hue angle of 291.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F093FF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240147255-
CMYK0.060.4200
HSL291.67º100%78.82%-
HSV(B)291.67º42.35%100%-
XYZ64.4246.61100.21-
YUV187.12166.31165.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 147 (57.81% from 255) = 22.90%
BLUE value IS 255 (100% from 255) = 39.72%
R=37.38%
G=22.90%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401472550.060.4200291.6710078.82
HexF093FF62A00124644f
Octal36022337765200444144117
Binary1111000010010011111111111101010100010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093FF; }

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

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

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

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

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

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

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

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