#F390B5

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

Shades of Illusion #F390B5

Tints of Illusion #F390B5

Color information

#F390B5 (or 0xF390B5) is unknown color: approx Illusion. HEX triplet: F3, 90 and B5. RGB value is (243,144,181). Sum of RGB (Red+Green+Blue) = 243+144+181=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390B5 is #0C6F4A. Grayscale: #B1B1B1. Windows color (decimal): -814923 or 11899123. OLE color: 11899123.

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

Color convert

RGB243144181-
CMYK00.410.260.05
HSL337.58º80.49%75.88%-
HSV(B)337.58º40.74%95.29%-
XYZ55.2842.3448.97-
YUV177.82129.8174.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=42.78%
G=25.35%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314418100.410.260.05337.5880.4975.88
HexF390B50291A5152504c
Octal363220265051325522120114
Binary11110011100100001011010101010011101010110101001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390B5; }

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

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

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

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

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

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

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

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