#F38DEB

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

Shades of Violet #F38DEB

Tints of Violet #F38DEB

Color information

#F38DEB (or 0xF38DEB) is unknown color: approx Violet. HEX triplet: F3, 8D and EB. RGB value is (243,141,235). Sum of RGB (Red+Green+Blue) = 243+141+235=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DEB is #0C7214. Grayscale: #B5B5B5. Windows color (decimal): -815637 or 15437299. OLE color: 15437299.

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

Color convert

RGB243141235-
CMYK00.420.030.05
HSL304.71º80.95%75.29%-
HSV(B)304.71º41.98%95.29%-
XYZ61.4844.183.87-
YUV182.21157.79171.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 22.78%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=39.26%
G=22.78%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314123500.420.030.05304.7180.9575.29
HexF38DEB02A35131514b
Octal36321535305235461121113
Binary11110011100011011110101101010101110110011000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DEB; }

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

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

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

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

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

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

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

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