#F093F8

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

Shades of Violet #F093F8

Tints of Violet #F093F8

Color information

#F093F8 (or 0xF093F8) is unknown color: approx Violet. HEX triplet: F0, 93 and F8. RGB value is (240,147,248). Sum of RGB (Red+Green+Blue) = 240+147+248=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #F093F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093F8 is #0F6C07. Grayscale: #BABABA. Windows color (decimal): -1010696 or 16290800. OLE color: 16290800.

HSL color Cylindrical-coordinate representation of color #F093F8: hue angle of 295.25º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F093F8 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240147248-
CMYK0.030.4100.03
HSL295.25º87.83%77.45%-
HSV(B)295.25º40.73%97.25%-
XYZ63.3146.1794.38-
YUV186.32162.81166.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 147 (57.81% from 255) = 23.15%
BLUE value IS 248 (97.27% from 255) = 39.06%
R=37.80%
G=23.15%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401472480.030.4100.03295.2587.8377.45
HexF093F832903127584d
Octal36022337035103447130115
Binary1111000010010011111110001110100101110010011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093F8; }

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

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

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

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

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

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

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

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