#F38CF8

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

Shades of Violet #F38CF8

Tints of Violet #F38CF8

Color information

#F38CF8 (or 0xF38CF8) is unknown color: approx Violet. HEX triplet: F3, 8C and F8. RGB value is (243,140,248). Sum of RGB (Red+Green+Blue) = 243+140+248=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #F38CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38CF8 is #0C7307. Grayscale: #B6B6B6. Windows color (decimal): -815880 or 16289011. OLE color: 16289011.

HSL color Cylindrical-coordinate representation of color #F38CF8: hue angle of 297.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F38CF8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB243140248-
CMYK0.020.4400.03
HSL297.22º88.52%76.08%-
HSV(B)297.22º43.55%97.25%-
XYZ63.2844.5994.08-
YUV183.11164.62170.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 22.19%
BLUE value IS 248 (97.27% from 255) = 39.30%
R=38.51%
G=22.19%
B=39.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2431402480.020.4400.03297.2288.5276.08
HexF38CF822C03129594c
Octal36321437025403451131114
Binary1111001110001100111110001010110001110010100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CF8; }

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

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

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

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

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

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

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

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