#F095EE

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

Shades of Violet #F095EE

Tints of Violet #F095EE

Color information

#F095EE (or 0xF095EE) is unknown color: approx Violet. HEX triplet: F0, 95 and EE. RGB value is (240,149,238). Sum of RGB (Red+Green+Blue) = 240+149+238=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F095EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095EE is #0F6A11. Grayscale: #BABABA. Windows color (decimal): -1010194 or 15635952. OLE color: 15635952.

HSL color Cylindrical-coordinate representation of color #F095EE: hue angle of 301.32º 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 #F095EE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240149238-
CMYK00.380.010.06
HSL301.32º75.21%76.27%-
HSV(B)301.32º37.92%94.12%-
XYZ62.1246.1986.53-
YUV186.36157.15166.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 149 (58.59% from 255) = 23.76%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=38.28%
G=23.76%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014923800.380.010.06301.3275.2176.27
HexF095EE0261612d4b4c
Octal36022535604616455113114
Binary1111000010010101111011100100110111010010110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095EE; }

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

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

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

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

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

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

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

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