#F2887B

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

Shades of Light Coral #F2887B

Tints of Light Coral #F2887B

Color information

#F2887B (or 0xF2887B) is unknown color: approx Light Coral. HEX triplet: F2, 88 and 7B. RGB value is (242,136,123). Sum of RGB (Red+Green+Blue) = 242+136+123=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2887B is #0D7784. Grayscale: #A6A6A6. Windows color (decimal): -882565 or 8095986. OLE color: 8095986.

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

Color convert

RGB242136123-
CMYK00.440.490.05
HSL6.55º82.07%71.57%-
HSV(B)6.55º49.17%94.9%-
XYZ4937.9223.47-
YUV166.21103.62182.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=48.30%
G=27.15%
B=24.55%

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
Decimal24213612300.440.490.056.5582.0771.57
HexF2887B02C31575248
Octal3622101730546157122110
Binary11110010100010001111011010110011000110111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2887B; }

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

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

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

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

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

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

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

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