#F390B2

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

Shades of Illusion #F390B2

Tints of Illusion #F390B2

Color information

#F390B2 (or 0xF390B2) is unknown color: approx Illusion. HEX triplet: F3, 90 and B2. RGB value is (243,144,178). Sum of RGB (Red+Green+Blue) = 243+144+178=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F390B2 is #0C6F4D. Grayscale: #B1B1B1. Windows color (decimal): -814926 or 11702515. OLE color: 11702515.

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

Color convert

RGB243144178-
CMYK00.410.270.05
HSL339.39º80.49%75.88%-
HSV(B)339.39º40.74%95.29%-
XYZ54.9742.2247.37-
YUV177.48128.3174.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.01%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=43.01%
G=25.49%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314417800.410.270.05339.3980.4975.88
HexF390B20291B5153504c
Octal363220262051335523120114
Binary11110011100100001011001001010011101110110101001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390B2; }

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

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

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

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

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

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

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

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