#F38BF0

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

Shades of Violet #F38BF0

Tints of Violet #F38BF0

Color information

#F38BF0 (or 0xF38BF0) is unknown color: approx Violet. HEX triplet: F3, 8B and F0. RGB value is (243,139,240). Sum of RGB (Red+Green+Blue) = 243+139+240=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38BF0 is #0C740F. Grayscale: #B5B5B5. Windows color (decimal): -816144 or 15764467. OLE color: 15764467.

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

Color convert

RGB243139240-
CMYK00.430.010.05
HSL301.73º81.25%74.9%-
HSV(B)301.73º42.8%95.29%-
XYZ61.9243.8187.63-
YUV181.61160.96171.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 139 (54.69% from 255) = 22.35%
BLUE value IS 240 (94.14% from 255) = 38.59%
R=39.07%
G=22.35%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313924000.430.010.05301.7381.2574.9
HexF38BF002B1512e514b
Octal36321336005315456121113
Binary1111001110001011111100000101011110110010111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38BF0; }

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

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

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

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

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

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

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

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