#F18CB2

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

Shades of Illusion #F18CB2

Tints of Illusion #F18CB2

Color information

#F18CB2 (or 0xF18CB2) is unknown color: approx Illusion. HEX triplet: F1, 8C and B2. RGB value is (241,140,178). Sum of RGB (Red+Green+Blue) = 241+140+178=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CB2 is #0E734D. Grayscale: #AEAEAE. Windows color (decimal): -947022 or 11701489. OLE color: 11701489.

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

Color convert

RGB241140178-
CMYK00.420.260.05
HSL337.43º78.29%74.71%-
HSV(B)337.43º41.91%94.51%-
XYZ53.6940.6747.14-
YUV174.53129.96175.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=43.11%
G=25.04%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114017800.420.260.05337.4378.2974.71
HexF18CB202A1A51514e4b
Octal361214262052325521116113
Binary11110001100011001011001001010101101010110101000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CB2; }

 p { color: rgb(241,140,178); }

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

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

 a { background-color: rgb(241,140,178); }

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

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

 span { border-color: rgb(241,140,178); }

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