#F293EE

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

Shades of Violet #F293EE

Tints of Violet #F293EE

Color information

#F293EE (or 0xF293EE) is unknown color: approx Violet. HEX triplet: F2, 93 and EE. RGB value is (242,147,238). Sum of RGB (Red+Green+Blue) = 242+147+238=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EE is #0D6C11. Grayscale: #B9B9B9. Windows color (decimal): -879634 or 15635442. OLE color: 15635442.

HSL color Cylindrical-coordinate representation of color #F293EE: hue angle of 302.53º 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 #F293EE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242147238-
CMYK00.390.020.05
HSL302.53º78.51%76.27%-
HSV(B)302.53º39.26%94.9%-
XYZ62.4845.9286.46-
YUV185.78157.47168.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 147 (57.81% from 255) = 23.44%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=38.60%
G=23.44%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214723800.390.020.05302.5378.5176.27
HexF293EE0272512f4f4c
Octal36222335604725457117114
Binary11110010100100111110111001001111010110010111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293EE; }

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

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

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

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

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

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

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

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