#F390FF

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

Shades of Violet #F390FF

Tints of Violet #F390FF

Color information

#F390FF (or 0xF390FF) is unknown color: approx Violet. HEX triplet: F3, 90 and FF. RGB value is (243,144,255). Sum of RGB (Red+Green+Blue) = 243+144+255=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 144 (56.64% from 255 or 22.43% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #F390FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390FF is #0C6F00. Grayscale: #B9B9B9. Windows color (decimal): -814849 or 16748787. OLE color: 16748787.

HSL color Cylindrical-coordinate representation of color #F390FF: hue angle of 293.51º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F390FF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243144255-
CMYK0.050.4400
HSL293.51º100%78.24%-
HSV(B)293.51º43.53%100%-
XYZ64.9946.22100.1-
YUV186.26166.8168.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 144 (56.64% from 255) = 22.43%
BLUE value IS 255 (100% from 255) = 39.72%
R=37.85%
G=22.43%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431442550.050.4400293.5110078.24
HexF390FF52C00126644e
Octal36322037755400446144116
Binary1111001110010000111111111011011000010010011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390FF; }

 p { color: rgb(243,144,255); }

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

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

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

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

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

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

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