#F495FE

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

Shades of Violet #F495FE

Tints of Violet #F495FE

Color information

#F495FE (or 0xF495FE) is unknown color: approx Violet. HEX triplet: F4, 95 and FE. RGB value is (244,149,254). Sum of RGB (Red+Green+Blue) = 244+149+254=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 149 (58.59% from 255 or 23.03% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F495FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495FE is #0B6A01. Grayscale: #BDBDBD. Windows color (decimal): -748034 or 16684532. OLE color: 16684532.

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

Color convert

RGB244149254-
CMYK0.040.4100.00
HSL294.29º98.13%79.02%-
HSV(B)294.29º41.34%99.61%-
XYZ65.9547.8899.53-
YUV189.37164.47166.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 149 (58.59% from 255) = 23.03%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=37.71%
G=23.03%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441492540.040.4100.00294.2998.1379.02
HexF495FE42900126624f
Octal36422537645100446142117
Binary1111010010010101111111101001010010010010011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495FE; }

 p { color: rgb(244,149,254); }

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

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

 a { background-color: rgb(244,149,254); }

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

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

 span { border-color: rgb(244,149,254); }

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