#F18CB0

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

Shades of Illusion #F18CB0

Tints of Illusion #F18CB0

Color information

#F18CB0 (or 0xF18CB0) is unknown color: approx Illusion. HEX triplet: F1, 8C and B0. RGB value is (241,140,176). Sum of RGB (Red+Green+Blue) = 241+140+176=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CB0 is #0E734F. Grayscale: #AEAEAE. Windows color (decimal): -947024 or 11570417. OLE color: 11570417.

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

Color convert

RGB241140176-
CMYK00.420.270.05
HSL338.61º78.29%74.71%-
HSV(B)338.61º41.91%94.51%-
XYZ53.4940.5946.09-
YUV174.3128.96175.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=43.27%
G=25.13%
B=31.60%

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
Decimal24114017600.420.270.05338.6178.2974.71
HexF18CB002A1B51534e4b
Octal361214260052335523116113
Binary11110001100011001011000001010101101110110101001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CB0; }

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

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

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

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

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

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

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

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