#F38DF0

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

Shades of Violet #F38DF0

Tints of Violet #F38DF0

Color information

#F38DF0 (or 0xF38DF0) is unknown color: approx Violet. HEX triplet: F3, 8D and F0. RGB value is (243,141,240). Sum of RGB (Red+Green+Blue) = 243+141+240=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DF0 is #0C720F. Grayscale: #B6B6B6. Windows color (decimal): -815632 or 15764979. OLE color: 15764979.

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

Color convert

RGB243141240-
CMYK00.420.010.05
HSL301.76º80.95%75.29%-
HSV(B)301.76º41.98%95.29%-
XYZ62.2244.487.73-
YUV182.78160.29170.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 141 (55.47% from 255) = 22.60%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=38.94%
G=22.60%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314124000.420.010.05301.7680.9575.29
HexF38DF002A1512e514b
Octal36321536005215456121113
Binary1111001110001101111100000101010110110010111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DF0; }

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

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

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

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

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

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

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

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