#F390ED

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

Shades of Violet #F390ED

Tints of Violet #F390ED

Color information

#F390ED (or 0xF390ED) is unknown color: approx Violet. HEX triplet: F3, 90 and ED. RGB value is (243,144,237). Sum of RGB (Red+Green+Blue) = 243+144+237=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F390ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390ED is #0C6F12. Grayscale: #B7B7B7. Windows color (decimal): -814867 or 15569139. OLE color: 15569139.

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

Color convert

RGB243144237-
CMYK00.410.020.05
HSL303.64º80.49%75.88%-
HSV(B)303.64º40.74%95.29%-
XYZ62.2245.1285.55-
YUV184.2157.8169.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 144 (56.64% from 255) = 23.08%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=38.94%
G=23.08%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314423700.410.020.05303.6480.4975.88
HexF390ED02925130504c
Octal36322035505125460120114
Binary11110011100100001110110101010011010110011000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390ED; }

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

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

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

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

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

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

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

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