#F495F8

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

Shades of Violet #F495F8

Tints of Violet #F495F8

Color information

#F495F8 (or 0xF495F8) is unknown color: approx Violet. HEX triplet: F4, 95 and F8. RGB value is (244,149,248). Sum of RGB (Red+Green+Blue) = 244+149+248=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #F495F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495F8 is #0B6A07. Grayscale: #BCBCBC. Windows color (decimal): -748040 or 16291316. OLE color: 16291316.

HSL color Cylindrical-coordinate representation of color #F495F8: hue angle of 297.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F495F8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244149248-
CMYK0.020.4000.03
HSL297.58º87.61%77.84%-
HSV(B)297.58º39.92%97.25%-
XYZ6547.5194.55-
YUV188.69161.47167.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=38.07%
G=23.24%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441492480.020.4000.03297.5887.6177.84
HexF495F82280312a584e
Octal36422537025003452130116
Binary1111010010010101111110001010100001110010101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495F8; }

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

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

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

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

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

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

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

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