#F293F2

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

Shades of Violet #F293F2

Tints of Violet #F293F2

Color information

#F293F2 (or 0xF293F2) is unknown color: approx Violet. HEX triplet: F2, 93 and F2. RGB value is (242,147,242). Sum of RGB (Red+Green+Blue) = 242+147+242=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F293F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293F2 is #0D6C0D. Grayscale: #B9B9B9. Windows color (decimal): -879630 or 15897586. OLE color: 15897586.

HSL color Cylindrical-coordinate representation of color #F293F2: hue angle of 300º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293F2 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242147242-
CMYK00.3900.05
HSL300º78.51%76.27%-
HSV(B)300º39.26%94.9%-
XYZ63.0846.1689.59-
YUV186.24159.47167.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 147 (57.81% from 255) = 23.30%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=38.35%
G=23.30%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214724200.3900.0530078.5176.27
HexF293F20270512c4f4c
Octal36222336204705454117114
Binary1111001010010011111100100100111010110010110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293F2; }

 p { color: rgb(242,147,242); }

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

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

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

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

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

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

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