#F6887F

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

Shades of Light Coral #F6887F

Tints of Light Coral #F6887F

Color information

#F6887F (or 0xF6887F) is unknown color: approx Light Coral. HEX triplet: F6, 88 and 7F. RGB value is (246,136,127). Sum of RGB (Red+Green+Blue) = 246+136+127=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6887F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6887F is #097780. Grayscale: #A8A8A8. Windows color (decimal): -620417 or 8358134. OLE color: 8358134.

HSL color Cylindrical-coordinate representation of color #F6887F: hue angle of 4.54º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6887F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246136127-
CMYK00.450.480.04
HSL4.54º86.86%73.14%-
HSV(B)4.54º48.37%96.47%-
XYZ50.6438.7324.89-
YUV167.86104.94183.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 127 (50% from 255) = 24.95%
R=48.33%
G=26.72%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613612700.450.480.044.5486.8673.14
HexF6887F02D30455749
Octal3662101770556045127111
Binary11110110100010001111111010110111000010010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6887F; }

 p { color: rgb(246,136,127); }

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

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

 a { background-color: rgb(246,136,127); }

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

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

 span { border-color: rgb(246,136,127); }

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