#F1887B

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

Shades of Light Coral #F1887B

Tints of Light Coral #F1887B

Color information

#F1887B (or 0xF1887B) is unknown color: approx Light Coral. HEX triplet: F1, 88 and 7B. RGB value is (241,136,123). Sum of RGB (Red+Green+Blue) = 241+136+123=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1887B is #0E7784. Grayscale: #A6A6A6. Windows color (decimal): -948101 or 8095985. OLE color: 8095985.

HSL color Cylindrical-coordinate representation of color #F1887B: hue angle of 6.61º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1887B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB241136123-
CMYK00.440.490.05
HSL6.61º80.82%71.37%-
HSV(B)6.61º48.96%94.51%-
XYZ48.6537.7423.46-
YUV165.91103.79181.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=48.2%
G=27.2%
B=24.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113612300.440.490.056.6180.8271.37
HexF1887B02C31575147
Octal3612101730546157121107
Binary11110001100010001111011010110011000110111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1887B; }

 p { color: rgb(241,136,123); }

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

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

 a { background-color: rgb(241,136,123); }

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

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

 span { border-color: rgb(241,136,123); }

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