#F383F0

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

Shades of Violet #F383F0

Tints of Violet #F383F0

Color information

#F383F0 (or 0xF383F0) is unknown color: approx Violet. HEX triplet: F3, 83 and F0. RGB value is (243,131,240). Sum of RGB (Red+Green+Blue) = 243+131+240=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F383F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383F0 is #0C7C0F. Grayscale: #B0B0B0. Windows color (decimal): -818192 or 15762419. OLE color: 15762419.

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

Color convert

RGB243131240-
CMYK00.460.010.05
HSL301.61º82.35%73.33%-
HSV(B)301.61º46.09%95.29%-
XYZ60.8141.5887.26-
YUV176.91163.61175.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 131 (51.56% from 255) = 21.34%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=39.58%
G=21.34%
B=39.09%

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
Decimal24313124000.460.010.05301.6182.3573.33
HexF383F002E1512e5249
Octal36320336005615456122111
Binary1111001110000011111100000101110110110010111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383F0; }

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

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

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

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

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

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

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

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