#F18CB1

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

Shades of Illusion #F18CB1

Tints of Illusion #F18CB1

Color information

#F18CB1 (or 0xF18CB1) is unknown color: approx Illusion. HEX triplet: F1, 8C and B1. RGB value is (241,140,177). Sum of RGB (Red+Green+Blue) = 241+140+177=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CB1 is #0E734E. Grayscale: #AEAEAE. Windows color (decimal): -947023 or 11635953. OLE color: 11635953.

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

Color convert

RGB241140177-
CMYK00.420.270.05
HSL338.02º78.29%74.71%-
HSV(B)338.02º41.91%94.51%-
XYZ53.5940.6346.61-
YUV174.42129.46175.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=43.19%
G=25.09%
B=31.72%

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
Decimal24114017700.420.270.05338.0278.2974.71
HexF18CB102A1B51524e4b
Octal361214261052335522116113
Binary11110001100011001011000101010101101110110101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CB1; }

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

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

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

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

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

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

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

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