#F38CEE

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

Shades of Violet #F38CEE

Tints of Violet #F38CEE

Color information

#F38CEE (or 0xF38CEE) is unknown color: approx Violet. HEX triplet: F3, 8C and EE. RGB value is (243,140,238). Sum of RGB (Red+Green+Blue) = 243+140+238=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38CEE is #0C7311. Grayscale: #B5B5B5. Windows color (decimal): -815890 or 15633651. OLE color: 15633651.

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

Color convert

RGB243140238-
CMYK00.420.020.05
HSL302.91º81.1%75.1%-
HSV(B)302.91º42.39%95.29%-
XYZ61.7743.9886.12-
YUV181.97159.62171.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 22.54%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=39.13%
G=22.54%
B=38.33%

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
Decimal24314023800.420.020.05302.9181.175.1
HexF38CEE02A2512f514b
Octal36321435605225457121113
Binary11110011100011001110111001010101010110010111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CEE; }

 p { color: rgb(243,140,238); }

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

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

 a { background-color: rgb(243,140,238); }

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

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

 span { border-color: rgb(243,140,238); }

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