#F383F1

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

Shades of Violet #F383F1

Tints of Violet #F383F1

Color information

#F383F1 (or 0xF383F1) is unknown color: approx Violet. HEX triplet: F3, 83 and F1. RGB value is (243,131,241). Sum of RGB (Red+Green+Blue) = 243+131+241=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 131 (51.56% from 255 or 21.30% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F383F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383F1 is #0C7C0E. Grayscale: #B0B0B0. Windows color (decimal): -818191 or 15827955. OLE color: 15827955.

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

Color convert

RGB243131241-
CMYK00.460.010.05
HSL301.07º82.35%73.33%-
HSV(B)301.07º46.09%95.29%-
XYZ60.9641.6488.04-
YUV177.03164.11175.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 131 (51.56% from 255) = 21.30%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=39.51%
G=21.30%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313124100.460.010.05301.0782.3573.33
HexF383F102E1512d5249
Octal36320336105615455122111
Binary1111001110000011111100010101110110110010110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383F1; }

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

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

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

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

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

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

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

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