#F494FC

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

Shades of Violet #F494FC

Tints of Violet #F494FC

Color information

#F494FC (or 0xF494FC) is unknown color: approx Violet. HEX triplet: F4, 94 and FC. RGB value is (244,148,252). Sum of RGB (Red+Green+Blue) = 244+148+252=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 148 (58.20% from 255 or 22.98% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #F494FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F494FC is #0B6B03. Grayscale: #BCBCBC. Windows color (decimal): -748292 or 16553204. OLE color: 16553204.

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

Color convert

RGB244148252-
CMYK0.030.4100.01
HSL295.38º94.55%78.43%-
HSV(B)295.38º41.27%98.82%-
XYZ65.4747.4497.8-
YUV188.56163.8167.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 148 (58.20% from 255) = 22.98%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=37.89%
G=22.98%
B=39.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441482520.030.4100.01295.3894.5578.43
HexF494FC329011275f4e
Octal36422437435101447137116
Binary111101001001010011111100111010010110010011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F494FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F494FC; }

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

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

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

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

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

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

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

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