#f98a7f

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

Shades of Light Coral #F98A7F

Tints of Light Coral #F98A7F

Color information

#F98A7F (or 0xF98A7F) is unknown color: approx Light Coral. HEX triplet: F9, 8A and 7F. RGB value is (249,138,127). Sum of RGB (Red+Green+Blue) = 249+138+127=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A7F is #067580. Grayscale: #AAAAAA. Windows color (decimal): -423297 or 8358649. OLE color: 8358649.

HSL color Cylindrical-coordinate representation of color #F98A7F: hue angle of 5.41º 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 #F98A7F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249138127-
CMYK00.450.490.02
HSL5.41º91.04%73.73%-
HSV(B)5.41º49%97.65%-
XYZ51.9939.8525.03-
YUV169.94103.77184.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 127 (50% from 255) = 24.71%
R=48.44%
G=26.85%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913812700.450.490.025.4191.0473.73
HexF98A7F02D31255b4a
Octal3712121770556125133112
Binary1111100110001010111111101011011100011010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f98a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f98a7f; }

 p { color: rgb(249,138,127); }

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

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

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

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

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

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

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