#F095ED

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

Shades of Violet #F095ED

Tints of Violet #F095ED

Color information

#F095ED (or 0xF095ED) is unknown color: approx Violet. HEX triplet: F0, 95 and ED. RGB value is (240,149,237). Sum of RGB (Red+Green+Blue) = 240+149+237=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F095ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095ED is #0F6A12. Grayscale: #B9B9B9. Windows color (decimal): -1010195 or 15570416. OLE color: 15570416.

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

Color convert

RGB240149237-
CMYK00.380.010.06
HSL301.98º75.21%76.27%-
HSV(B)301.98º37.92%94.12%-
XYZ61.9746.1385.76-
YUV186.24156.65166.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 149 (58.59% from 255) = 23.80%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=38.34%
G=23.80%
B=37.86%

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
Decimal24014923700.380.010.06301.9875.2176.27
HexF095ED0261612e4b4c
Octal36022535504616456113114
Binary1111000010010101111011010100110111010010111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095ED; }

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

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

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

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

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

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

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

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