#F496FD

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

Shades of Violet #F496FD

Tints of Violet #F496FD

Color information

#F496FD (or 0xF496FD) is unknown color: approx Violet. HEX triplet: F4, 96 and FD. RGB value is (244,150,253). Sum of RGB (Red+Green+Blue) = 244+150+253=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 150 (58.98% from 255 or 23.18% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F496FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F496FD is #0B6902. Grayscale: #BDBDBD. Windows color (decimal): -747779 or 16619252. OLE color: 16619252.

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

Color convert

RGB244150253-
CMYK0.040.4100.01
HSL294.76º96.26%79.02%-
HSV(B)294.76º40.71%99.22%-
XYZ65.9448.1498.74-
YUV189.85163.64166.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 150 (58.98% from 255) = 23.18%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=37.71%
G=23.18%
B=39.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441502530.040.4100.01294.7696.2679.02
HexF496FD42901127604f
Octal36422637545101447140117
Binary1111010010010110111111011001010010110010011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496FD; }

 p { color: rgb(244,150,253); }

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

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

 a { background-color: rgb(244,150,253); }

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

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

 span { border-color: rgb(244,150,253); }

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