#F18FB7

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

Shades of Illusion #F18FB7

Tints of Illusion #F18FB7

Color information

#F18FB7 (or 0xF18FB7) is unknown color: approx Illusion. HEX triplet: F1, 8F and B7. RGB value is (241,143,183). Sum of RGB (Red+Green+Blue) = 241+143+183=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FB7 is #0E7048. Grayscale: #B0B0B0. Windows color (decimal): -946249 or 12029937. OLE color: 12029937.

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

Color convert

RGB241143183-
CMYK00.410.240.05
HSL335.51º77.78%75.29%-
HSV(B)335.51º40.66%94.51%-
XYZ54.6541.7649.98-
YUV176.86131.47173.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=42.50%
G=25.22%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114318300.410.240.05335.5177.7875.29
HexF18FB70291851504e4b
Octal361217267051305520116113
Binary11110001100011111011011101010011100010110101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FB7; }

 p { color: rgb(241,143,183); }

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

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

 a { background-color: rgb(241,143,183); }

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

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

 span { border-color: rgb(241,143,183); }

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