Html Css Color HEX #F98380 Light Coral

📋 copy color: '#F98380'

red 249 ◦ green 131 ◦ blue 128

#F98380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #F98380

Tints of Light Coral #F98380

RGB

 RED value IS 249 (97.66% from 255) = 49.02%

 GREEN value IS 131 (51.56% from 255) = 25.79%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 49.02%
G = 25.79%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F98380 (or 0xF98380) is known color: Light Coral. HEX triplet: F9, 83 and 80. RGB value is (249,131,128). Sum of RGB (Red+Green+Blue) = 249+131+128=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F98380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98380 is #067C7F. Grayscale: #A6A6A6. Windows color (decimal): -425088 or 8422393. OLE color: 8422393.

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

Color convert

RGB 249 131 128 -
CMYK 0 0.47 0.49 0.02
HSL 1.49º 0.91% 0.74% -
HSV(B) 1.49º 0.49% 0.98% -
XYZ 51.08 37.93 25.05 -
YUV 165.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 249 131 128 0 0.47 0.49 0.02 1.49 0.91 0.74
Hex F9 83 80 0 2F 31 2 1 5B 4A
Octal 371 203 200 0 57 61 2 1 133 112
Binary 11111001 10000011 10000000 0 101111 110001 10 1 1011011 1001010

Color Harmonies of #F98380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98380

Black with #F98380

Text Example


Text Example

White with #F98380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98380; }

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

 H1.HeaderClassName
 {
   color: #F98380;
 }
 .AnyTagClassName
 {
   color: #F98380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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