#F98B82

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

Shades of Light Coral #F98B82

Tints of Light Coral #F98B82

Color information

#F98B82 (or 0xF98B82) is unknown color: approx Light Coral. HEX triplet: F9, 8B and 82. RGB value is (249,139,130). Sum of RGB (Red+Green+Blue) = 249+139+130=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B82 is #06747D. Grayscale: #ABABAB. Windows color (decimal): -423038 or 8555513. OLE color: 8555513.

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

Color convert

RGB249139130-
CMYK00.440.480.02
HSL4.54º90.84%74.31%-
HSV(B)4.54º47.79%97.65%-
XYZ52.3340.2226.12-
YUV170.86104.94183.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=48.07%
G=26.83%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913913000.440.480.024.5490.8474.31
HexF98B8202C30255b4a
Octal3712132020546025133112
Binary11111001100010111000001001011001100001010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B82; }

 p { color: rgb(249,139,130); }

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

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

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

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

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

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

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