#F494FB

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

Shades of Violet #F494FB

Tints of Violet #F494FB

Color information

#F494FB (or 0xF494FB) is unknown color: approx Violet. HEX triplet: F4, 94 and FB. RGB value is (244,148,251). Sum of RGB (Red+Green+Blue) = 244+148+251=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F494FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F494FB is #0B6B04. Grayscale: #BCBCBC. Windows color (decimal): -748293 or 16487668. OLE color: 16487668.

HSL color Cylindrical-coordinate representation of color #F494FB: hue angle of 295.92º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F494FB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244148251-
CMYK0.030.4100.02
HSL295.92º92.79%78.24%-
HSV(B)295.92º41.04%98.43%-
XYZ65.3147.3896.97-
YUV188.45163.3167.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=37.95%
G=23.02%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441482510.030.4100.02295.9292.7978.24
HexF494FB329021285d4e
Octal36422437335102450135116
Binary1111010010010100111110111110100101010010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F494FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F494FB; }

 p { color: rgb(244,148,251); }

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

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

 a { background-color: rgb(244,148,251); }

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

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

 span { border-color: rgb(244,148,251); }

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