#F390B7

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

Shades of Illusion #F390B7

Tints of Illusion #F390B7

Color information

#F390B7 (or 0xF390B7) is unknown color: approx Illusion. HEX triplet: F3, 90 and B7. RGB value is (243,144,183). Sum of RGB (Red+Green+Blue) = 243+144+183=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390B7 is #0C6F48. Grayscale: #B1B1B1. Windows color (decimal): -814921 or 12030195. OLE color: 12030195.

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

Color convert

RGB243144183-
CMYK00.410.250.05
HSL336.36º80.49%75.88%-
HSV(B)336.36º40.74%95.29%-
XYZ55.4842.4250.06-
YUV178.05130.8174.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.63%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=42.63%
G=25.26%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314418300.410.250.05336.3680.4975.88
HexF390B7029195150504c
Octal363220267051315520120114
Binary11110011100100001011011101010011100110110101000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390B7; }

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

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

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

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

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

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

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

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