#F88280

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

Shades of Light Coral #F88280

Tints of Light Coral #F88280

Color information

#F88280 (or 0xF88280) is unknown color: approx Light Coral. HEX triplet: F8, 82 and 80. RGB value is (248,130,128). Sum of RGB (Red+Green+Blue) = 248+130+128=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F88280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88280 is #077D7F. Grayscale: #A5A5A5. Windows color (decimal): -490880 or 8422136. OLE color: 8422136.

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

Color convert

RGB248130128-
CMYK00.480.480.03
HSL89.55%73.73%-
HSV(B)48.39%97.25%-
XYZ50.5937.4824.99-
YUV165.05107.09187.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=49.01%
G=25.69%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813012800.480.480.03189.5573.73
HexF8828003030315a4a
Octal3702022000606031132112
Binary111110001000001010000000011000011000011110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88280; }

 p { color: rgb(248,130,128); }

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

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

 a { background-color: rgb(248,130,128); }

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

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

 span { border-color: rgb(248,130,128); }

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