#F38EEF

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

Shades of Violet #F38EEF

Tints of Violet #F38EEF

Color information

#F38EEF (or 0xF38EEF) is unknown color: approx Violet. HEX triplet: F3, 8E and EF. RGB value is (243,142,239). Sum of RGB (Red+Green+Blue) = 243+142+239=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 142 (55.86% from 255 or 22.76% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38EEF is #0C7110. Grayscale: #B6B6B6. Windows color (decimal): -815377 or 15699699. OLE color: 15699699.

HSL color Cylindrical-coordinate representation of color #F38EEF: hue angle of 302.38º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EEF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243142239-
CMYK00.420.020.05
HSL302.38º80.8%75.49%-
HSV(B)302.38º41.56%95.29%-
XYZ62.2244.6387-
YUV183.26159.46170.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 142 (55.86% from 255) = 22.76%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=38.94%
G=22.76%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314223900.420.020.05302.3880.875.49
HexF38EEF02A2512e514b
Octal36321635705225456121113
Binary11110011100011101110111101010101010110010111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38EEF; }

 p { color: rgb(243,142,239); }

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

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

 a { background-color: rgb(243,142,239); }

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

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

 span { border-color: rgb(243,142,239); }

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