Html Css Color HEX #F57E7A Light Coral

📋 copy color: '#F57E7A'

red 245 ◦ green 126 ◦ blue 122

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

Shades of Light Coral #F57E7A

Tints of Light Coral #F57E7A

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

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

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

R = 49.7%
G = 25.56%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F57E7A (or 0xF57E7A) is known color: Light Coral. HEX triplet: F5, 7E and 7A. RGB value is (245,126,122). Sum of RGB (Red+Green+Blue) = 245+126+122=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E7A is #0A8185. Grayscale: #A1A1A1. Windows color (decimal): -688518 or 8027893. OLE color: 8027893.

HSL color Cylindrical-coordinate representation of color #F57E7A: hue angle of 1.95º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57E7A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 126 122 -
CMYK 0 0.49 0.50 0.04
HSL 1.95º 0.86% 0.72% -
HSV(B) 1.95º 0.5% 0.96% -
XYZ 48.63 35.74 22.75 -
YUV 161.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 245 126 122 0 0.49 0.50 0.04 1.95 0.86 0.72
Hex F5 7E 7A 0 31 32 4 2 56 48
Octal 365 176 172 0 61 62 4 2 126 110
Binary 11110101 1111110 1111010 0 110001 110010 100 10 1010110 1001000

Color Harmonies of #F57E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E7A

Black with #F57E7A

Text Example


Text Example

White with #F57E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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