#F38FEC

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

Shades of Violet #F38FEC

Tints of Violet #F38FEC

Color information

#F38FEC (or 0xF38FEC) is unknown color: approx Violet. HEX triplet: F3, 8F and EC. RGB value is (243,143,236). Sum of RGB (Red+Green+Blue) = 243+143+236=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FEC is #0C7013. Grayscale: #B7B7B7. Windows color (decimal): -815124 or 15503347. OLE color: 15503347.

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

Color convert

RGB243143236-
CMYK00.410.030.05
HSL304.2º80.65%75.69%-
HSV(B)304.2º41.15%95.29%-
XYZ61.9244.7684.73-
YUV183.5157.63170.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 143 (56.25% from 255) = 22.99%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=39.07%
G=22.99%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314323600.410.030.05304.280.6575.69
HexF38FEC02935130514c
Octal36321735405135460121114
Binary11110011100011111110110001010011110110011000010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FEC; }

 p { color: rgb(243,143,236); }

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

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

 a { background-color: rgb(243,143,236); }

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

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

 span { border-color: rgb(243,143,236); }

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