Html Css Color HEX #F98982 Light Coral

📋 copy color: '#F98982'

red 249 ◦ green 137 ◦ blue 130

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

Shades of Light Coral #F98982

Tints of Light Coral #F98982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 48.26%
G = 26.55%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F98982 (or 0xF98982) is known color: Light Coral. HEX triplet: F9, 89 and 82. RGB value is (249,137,130). Sum of RGB (Red+Green+Blue) = 249+137+130=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F98982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98982 is #06767D. Grayscale: #A9A9A9. Windows color (decimal): -423550 or 8555001. OLE color: 8555001.

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

Color convert

RGB 249 137 130 -
CMYK 0 0.45 0.48 0.02
HSL 3.53º 0.91% 0.74% -
HSV(B) 3.53º 0.48% 0.98% -
XYZ 52.04 39.64 26.03 -
YUV 169.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 249 137 130 0 0.45 0.48 0.02 3.53 0.91 0.74
Hex F9 89 82 0 2D 30 2 4 5B 4A
Octal 371 211 202 0 55 60 2 4 133 112
Binary 11111001 10001001 10000010 0 101101 110000 10 100 1011011 1001010

Color Harmonies of #F98982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98982

Black with #F98982

Text Example


Text Example

White with #F98982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98982; }

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

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

background-color css

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

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

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

border-color css

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

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

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