#F390F1

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

Shades of Violet #F390F1

Tints of Violet #F390F1

Color information

#F390F1 (or 0xF390F1) is unknown color: approx Violet. HEX triplet: F3, 90 and F1. RGB value is (243,144,241). Sum of RGB (Red+Green+Blue) = 243+144+241=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F390F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390F1 is #0C6F0E. Grayscale: #B8B8B8. Windows color (decimal): -814863 or 15831283. OLE color: 15831283.

HSL color Cylindrical-coordinate representation of color #F390F1: hue angle of 301.21º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390F1 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243144241-
CMYK00.410.010.05
HSL301.21º80.49%75.88%-
HSV(B)301.21º40.74%95.29%-
XYZ62.8145.3588.66-
YUV184.66159.8169.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 144 (56.64% from 255) = 22.93%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=38.69%
G=22.93%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314424100.410.010.05301.2180.4975.88
HexF390F10291512d504c
Octal36322036105115455120114
Binary1111001110010000111100010101001110110010110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390F1; }

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

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

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

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

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

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

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

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