Html Css Color HEX #F07E7A Light Coral

📋 copy color: '#F07E7A'

red 240 ◦ green 126 ◦ blue 122

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

Shades of Light Coral #F07E7A

Tints of Light Coral #F07E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 49.18%
G = 25.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F07E7A (or 0xF07E7A) is known color: Light Coral. HEX triplet: F0, 7E and 7A. RGB value is (240,126,122). Sum of RGB (Red+Green+Blue) = 240+126+122=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E7A is #0F8185. Grayscale: #9F9F9F. Windows color (decimal): -1016198 or 8027888. OLE color: 8027888.

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

Color convert

RGB 240 126 122 -
CMYK 0 0.48 0.49 0.06
HSL 2.03º 0.8% 0.71% -
HSV(B) 2.03º 0.49% 0.94% -
XYZ 46.91 34.85 22.67 -
YUV 159.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 240 126 122 0 0.48 0.49 0.06 2.03 0.8 0.71
Hex F0 7E 7A 0 30 31 6 2 50 47
Octal 360 176 172 0 60 61 6 2 120 107
Binary 11110000 1111110 1111010 0 110000 110001 110 10 1010000 1000111

Color Harmonies of #F07E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E7A

Black with #F07E7A

Text Example


Text Example

White with #F07E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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