#F18BB4

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

Shades of Illusion #F18BB4

Tints of Illusion #F18BB4

Color information

#F18BB4 (or 0xF18BB4) is unknown color: approx Illusion. HEX triplet: F1, 8B and B4. RGB value is (241,139,180). Sum of RGB (Red+Green+Blue) = 241+139+180=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BB4 is #0E744B. Grayscale: #AEAEAE. Windows color (decimal): -947276 or 11832305. OLE color: 11832305.

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

Color convert

RGB241139180-
CMYK00.420.250.05
HSL335.88º78.46%74.51%-
HSV(B)335.88º42.32%94.51%-
XYZ53.7540.4648.16-
YUV174.17131.29175.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=43.04%
G=24.82%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113918000.420.250.05335.8878.4674.51
HexF18BB402A1951504e4b
Octal361213264052315520116113
Binary11110001100010111011010001010101100110110101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BB4; }

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

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

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

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

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

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

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

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