#f493fd

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

Shades of Violet #F493FD

Tints of Violet #F493FD

Color information

#F493FD (or 0xF493FD) is unknown color: approx Violet. HEX triplet: F4, 93 and FD. RGB value is (244,147,253). Sum of RGB (Red+Green+Blue) = 244+147+253=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 147 (57.81% from 255 or 22.83% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #F493FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F493FD is #0B6C02. Grayscale: #BBBBBB. Windows color (decimal): -748547 or 16618484. OLE color: 16618484.

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

Color convert

RGB244147253-
CMYK0.040.4200.01
HSL294.91º96.36%78.43%-
HSV(B)294.91º41.9%99.22%-
XYZ65.4747.1998.59-
YUV188.09164.64167.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 147 (57.81% from 255) = 22.83%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=37.89%
G=22.83%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441472530.040.4200.01294.9196.3678.43
HexF493FD42A01127604e
Octal36422337545201447140116
Binary1111010010010011111111011001010100110010011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f493fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f493fd; }

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

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

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

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

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

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

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

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