#F290EC

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

Shades of Violet #F290EC

Tints of Violet #F290EC

Color information

#F290EC (or 0xF290EC) is unknown color: approx Violet. HEX triplet: F2, 90 and EC. RGB value is (242,144,236). Sum of RGB (Red+Green+Blue) = 242+144+236=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F290EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290EC is #0D6F13. Grayscale: #B7B7B7. Windows color (decimal): -880404 or 15503602. OLE color: 15503602.

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

Color convert

RGB242144236-
CMYK00.400.020.05
HSL303.67º79.03%75.69%-
HSV(B)303.67º40.5%94.9%-
XYZ61.7344.8884.77-
YUV183.79157.47169.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=38.91%
G=23.15%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214423600.400.020.05303.6779.0375.69
HexF290EC028251304f4c
Octal36222035405025460117114
Binary11110010100100001110110001010001010110011000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290EC; }

 p { color: rgb(242,144,236); }

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

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

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

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

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

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

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