Html Css Color HEX #F98986 Light Coral

📋 copy color: '#F98986'

red 249 ◦ green 137 ◦ blue 134

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

Shades of Light Coral #F98986

Tints of Light Coral #F98986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.77%

R = 47.88%
G = 26.35%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F98986 (or 0xF98986) is known color: Light Coral. HEX triplet: F9, 89 and 86. RGB value is (249,137,134). Sum of RGB (Red+Green+Blue) = 249+137+134=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F98986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98986 is #067679. Grayscale: #AAAAAA. Windows color (decimal): -423546 or 8817145. OLE color: 8817145.

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

Color convert

RGB 249 137 134 -
CMYK 0 0.45 0.46 0.02
HSL 1.57º 0.91% 0.75% -
HSV(B) 1.57º 0.46% 0.98% -
XYZ 52.32 39.75 27.47 -
YUV 170.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 249 137 134 0 0.45 0.46 0.02 1.57 0.91 0.75
Hex F9 89 86 0 2D 2E 2 2 5B 4B
Octal 371 211 206 0 55 56 2 2 133 113
Binary 11111001 10001001 10000110 0 101101 101110 10 10 1011011 1001011

Color Harmonies of #F98986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98986

Black with #F98986

Text Example


Text Example

White with #F98986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98986; }

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

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

background-color css

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

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

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

border-color css

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

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

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