#F095EF

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

Shades of Violet #F095EF

Tints of Violet #F095EF

Color information

#F095EF (or 0xF095EF) is unknown color: approx Violet. HEX triplet: F0, 95 and EF. RGB value is (240,149,239). Sum of RGB (Red+Green+Blue) = 240+149+239=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F095EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095EF is #0F6A10. Grayscale: #BABABA. Windows color (decimal): -1010193 or 15701488. OLE color: 15701488.

HSL color Cylindrical-coordinate representation of color #F095EF: hue angle of 300.66º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095EF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240149239-
CMYK00.380.000.06
HSL300.66º75.21%76.27%-
HSV(B)300.66º37.92%94.12%-
XYZ62.2646.2587.31-
YUV186.47157.65166.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 149 (58.59% from 255) = 23.73%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=38.22%
G=23.73%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014923900.380.000.06300.6675.2176.27
HexF095EF0260612d4b4c
Octal36022535704606455113114
Binary1111000010010101111011110100110011010010110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095EF; }

 p { color: rgb(240,149,239); }

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

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

 a { background-color: rgb(240,149,239); }

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

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

 span { border-color: rgb(240,149,239); }

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