#F38FEB

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

Shades of Violet #F38FEB

Tints of Violet #F38FEB

Color information

#F38FEB (or 0xF38FEB) is unknown color: approx Violet. HEX triplet: F3, 8F and EB. RGB value is (243,143,235). Sum of RGB (Red+Green+Blue) = 243+143+235=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FEB is #0C7014. Grayscale: #B7B7B7. Windows color (decimal): -815125 or 15437811. OLE color: 15437811.

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

Color convert

RGB243143235-
CMYK00.410.030.05
HSL304.8º80.65%75.69%-
HSV(B)304.8º41.15%95.29%-
XYZ61.7844.783.97-
YUV183.39157.13170.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.13%
GREEN value IS 143 (56.25% from 255) = 23.03%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=39.13%
G=23.03%
B=37.84%

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
Decimal24314323500.410.030.05304.880.6575.69
HexF38FEB02935131514c
Octal36321735305135461121114
Binary11110011100011111110101101010011110110011000110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FEB; }

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

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

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

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

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

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

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

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