#F8847F

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

Shades of Light Coral #F8847F

Tints of Light Coral #F8847F

Color information

#F8847F (or 0xF8847F) is unknown color: approx Light Coral. HEX triplet: F8, 84 and 7F. RGB value is (248,132,127). Sum of RGB (Red+Green+Blue) = 248+132+127=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8847F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8847F is #077B80. Grayscale: #A6A6A6. Windows color (decimal): -490369 or 8357112. OLE color: 8357112.

HSL color Cylindrical-coordinate representation of color #F8847F: hue angle of 2.48º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8847F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB248132127-
CMYK00.470.490.03
HSL2.48º89.63%73.53%-
HSV(B)2.48º48.79%97.25%-
XYZ50.7937.9924.73-
YUV166.11105.93186.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 127 (50% from 255) = 25.05%
R=48.92%
G=26.04%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813212700.470.490.032.4889.6373.53
HexF8847F02F31325a4a
Octal3702041770576132132112
Binary111110001000010011111110101111110001111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8847F; }

 p { color: rgb(248,132,127); }

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

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

 a { background-color: rgb(248,132,127); }

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

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

 span { border-color: rgb(248,132,127); }

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