#F382FD

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

Shades of Violet #F382FD

Tints of Violet #F382FD

Color information

#F382FD (or 0xF382FD) is unknown color: approx Violet. HEX triplet: F3, 82 and FD. RGB value is (243,130,253). Sum of RGB (Red+Green+Blue) = 243+130+253=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 130 (51.17% from 255 or 20.77% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #F382FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F382FD is #0C7D02. Grayscale: #B1B1B1. Windows color (decimal): -818435 or 16614131. OLE color: 16614131.

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

Color convert

RGB243130253-
CMYK0.040.4900.01
HSL295.12º96.85%75.1%-
HSV(B)295.12º48.62%99.22%-
XYZ62.6742.1197.75-
YUV177.81170.44174.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 130 (51.17% from 255) = 20.77%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=38.82%
G=20.77%
B=40.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431302530.040.4900.01295.1296.8575.1
HexF382FD43101127614b
Octal36320237546101447141113
Binary1111001110000010111111011001100010110010011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382FD; }

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

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

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

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

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

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

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

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