#F38BB2

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

Shades of Illusion #F38BB2

Tints of Illusion #F38BB2

Color information

#F38BB2 (or 0xF38BB2) is unknown color: approx Illusion. HEX triplet: F3, 8B and B2. RGB value is (243,139,178). Sum of RGB (Red+Green+Blue) = 243+139+178=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38BB2 is #0C744D. Grayscale: #AEAEAE. Windows color (decimal): -816206 or 11701235. OLE color: 11701235.

HSL color Cylindrical-coordinate representation of color #F38BB2: hue angle of 337.5º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BB2 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243139178-
CMYK00.430.270.05
HSL337.5º81.25%74.9%-
HSV(B)337.5º42.8%95.29%-
XYZ54.2340.7347.12-
YUV174.54129.96176.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=43.39%
G=24.82%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313917800.430.270.05337.581.2574.9
HexF38BB202B1B5152514b
Octal363213262053335522121113
Binary11110011100010111011001001010111101110110101001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38BB2; }

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

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

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

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

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

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

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

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