#F384FD

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

Shades of Violet #F384FD

Tints of Violet #F384FD

Color information

#F384FD (or 0xF384FD) is unknown color: approx Violet. HEX triplet: F3, 84 and FD. RGB value is (243,132,253). Sum of RGB (Red+Green+Blue) = 243+132+253=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 132 (51.95% from 255 or 21.02% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #F384FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384FD is #0C7B02. Grayscale: #B2B2B2. Windows color (decimal): -817923 or 16614643. OLE color: 16614643.

HSL color Cylindrical-coordinate representation of color #F384FD: hue angle of 295.04º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F384FD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243132253-
CMYK0.040.4800.01
HSL295.04º96.8%75.49%-
HSV(B)295.04º47.83%99.22%-
XYZ62.9442.6597.84-
YUV178.98169.77173.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 132 (51.95% from 255) = 21.02%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=38.69%
G=21.02%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431322530.040.4800.01295.0496.875.49
HexF384FD43001127614b
Octal36320437546001447141113
Binary1111001110000100111111011001100000110010011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384FD; }

 p { color: rgb(243,132,253); }

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

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

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

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

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

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

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