Html Css Color HEX #F07E7C Light Coral

📋 copy color: '#F07E7C'

red 240 ◦ green 126 ◦ blue 124

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

Shades of Light Coral #F07E7C

Tints of Light Coral #F07E7C

RGB

 RED value IS 240 (94.14% from 255) = 48.98%

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 48.98%
G = 25.71%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F07E7C (or 0xF07E7C) is known color: Light Coral. HEX triplet: F0, 7E and 7C. RGB value is (240,126,124). Sum of RGB (Red+Green+Blue) = 240+126+124=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E7C is #0F8183. Grayscale: #9F9F9F. Windows color (decimal): -1016196 or 8158960. OLE color: 8158960.

HSL color Cylindrical-coordinate representation of color #F07E7C: hue angle of 1.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07E7C is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 124 -
CMYK 0 0.48 0.48 0.06
HSL 1.03º 0.79% 0.71% -
HSV(B) 1.03º 0.48% 0.94% -
XYZ 47.03 34.9 23.33 -
YUV 159.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 240 126 124 0 0.48 0.48 0.06 1.03 0.79 0.71
Hex F0 7E 7C 0 30 30 6 1 4F 47
Octal 360 176 174 0 60 60 6 1 117 107
Binary 11110000 1111110 1111100 0 110000 110000 110 1 1001111 1000111

Color Harmonies of #F07E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E7C

Black with #F07E7C

Text Example


Text Example

White with #F07E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E7C; }

 p { color: rgb(240,126,124); }

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

background-color css

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

 a { background-color: rgb(240,126,124); }

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

border-color css

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

 span { border-color: rgb(240,126,124); }

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