#F98080

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

Shades of Light Coral #F98080

Tints of Light Coral #F98080

Color information

#F98080 (or 0xF98080) is unknown color: approx Light Coral. HEX triplet: F9, 80 and 80. RGB value is (249,128,128). Sum of RGB (Red+Green+Blue) = 249+128+128=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F98080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98080 is #067F7F. Grayscale: #A4A4A4. Windows color (decimal): -425856 or 8421625. OLE color: 8421625.

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

Color convert

RGB249128128-
CMYK00.490.490.02
HSL90.98%73.92%-
HSV(B)48.59%97.65%-
XYZ50.6837.1424.92-
YUV164.18107.59188.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=49.31%
G=25.35%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912812800.490.490.02090.9873.92
HexF9808003131205b4a
Octal3712002000616120133112
Binary111110011000000010000000011000111000110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98080; }

 p { color: rgb(249,128,128); }

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

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

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

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

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

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

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