#f383f3

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

Shades of Violet #F383F3

Tints of Violet #F383F3

Color information

#F383F3 (or 0xF383F3) is unknown color: approx Violet. HEX triplet: F3, 83 and F3. RGB value is (243,131,243). Sum of RGB (Red+Green+Blue) = 243+131+243=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F383F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383F3 is #0C7C0C. Grayscale: #B0B0B0. Windows color (decimal): -818189 or 15959027. OLE color: 15959027.

HSL color Cylindrical-coordinate representation of color #F383F3: hue angle of 300º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383F3 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB243131243-
CMYK00.4600.05
HSL300º82.35%73.33%-
HSV(B)300º46.09%95.29%-
XYZ61.2641.7689.63-
YUV177.26165.11174.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 131 (51.56% from 255) = 21.23%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=39.38%
G=21.23%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313124300.4600.0530082.3573.33
HexF383F302E0512c5249
Octal36320336305605454122111
Binary1111001110000011111100110101110010110010110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f383f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f383f3; }

 p { color: rgb(243,131,243); }

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

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

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

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

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

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

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