#F495FF

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

Shades of Violet #F495FF

Tints of Violet #F495FF

Color information

#F495FF (or 0xF495FF) is unknown color: approx Violet. HEX triplet: F4, 95 and FF. RGB value is (244,149,255). Sum of RGB (Red+Green+Blue) = 244+149+255=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 149 (58.59% from 255 or 22.99% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F495FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495FF is #0B6A00. Grayscale: #BDBDBD. Windows color (decimal): -748033 or 16750068. OLE color: 16750068.

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

Color convert

RGB244149255-
CMYK0.040.4200
HSL293.77º100%79.22%-
HSV(B)293.77º41.57%100%-
XYZ66.1147.95100.38-
YUV189.49164.97166.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.65%
GREEN value IS 149 (58.59% from 255) = 22.99%
BLUE value IS 255 (100% from 255) = 39.35%
R=37.65%
G=22.99%
B=39.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441492550.040.4200293.7710079.22
HexF495FF42A00126644f
Octal36422537745200446144117
Binary1111010010010101111111111001010100010010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495FF; }

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

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

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

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

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

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

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

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