#F18BB1

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

Shades of Illusion #F18BB1

Tints of Illusion #F18BB1

Color information

#F18BB1 (or 0xF18BB1) is unknown color: approx Illusion. HEX triplet: F1, 8B and B1. RGB value is (241,139,177). Sum of RGB (Red+Green+Blue) = 241+139+177=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BB1 is #0E744E. Grayscale: #ADADAD. Windows color (decimal): -947279 or 11635697. OLE color: 11635697.

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

Color convert

RGB241139177-
CMYK00.420.270.05
HSL337.65º78.46%74.51%-
HSV(B)337.65º42.32%94.51%-
XYZ53.4440.3446.56-
YUV173.83129.79175.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=43.27%
G=24.96%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113917700.420.270.05337.6578.4674.51
HexF18BB102A1B51524e4b
Octal361213261052335522116113
Binary11110001100010111011000101010101101110110101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BB1; }

 p { color: rgb(241,139,177); }

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

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

 a { background-color: rgb(241,139,177); }

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

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

 span { border-color: rgb(241,139,177); }

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