Html Css Color HEX #F97E7D Light Coral

📋 copy color: '#F97E7D'

red 249 ◦ green 126 ◦ blue 125

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

Shades of Light Coral #F97E7D

Tints of Light Coral #F97E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 125 (49.22% from 255) = 25%

R = 49.8%
G = 25.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F97E7D (or 0xF97E7D) is known color: Light Coral. HEX triplet: F9, 7E and 7D. RGB value is (249,126,125). Sum of RGB (Red+Green+Blue) = 249+126+125=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E7D is #068182. Grayscale: #A2A2A2. Windows color (decimal): -426371 or 8224505. OLE color: 8224505.

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

Color convert

RGB 249 126 125 -
CMYK 0 0.49 0.50 0.02
HSL 0.48º 0.91% 0.73% -
HSV(B) 0.48º 0.5% 0.98% -
XYZ 50.23 36.54 23.81 -
YUV 162.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 249 126 125 0 0.49 0.50 0.02 0.48 0.91 0.73
Hex F9 7E 7D 0 31 32 2 0 5B 49
Octal 371 176 175 0 61 62 2 0 133 111
Binary 11111001 1111110 1111101 0 110001 110010 10 0 1011011 1001001

Color Harmonies of #F97E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97E7D

Black with #F97E7D

Text Example


Text Example

White with #F97E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97E7D; }

 p { color: rgb(249,126,125); }

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

background-color css

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

 a { background-color: rgb(249,126,125); }

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

border-color css

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

 span { border-color: rgb(249,126,125); }

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