Html Css Color HEX #F78280 Light Coral

📋 copy color: '#F78280'

red 247 ◦ green 130 ◦ blue 128

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

Shades of Light Coral #F78280

Tints of Light Coral #F78280

RGB

 RED value IS 247 (96.88% from 255) = 48.91%

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 128 (50.39% from 255) = 25.35%

R = 48.91%
G = 25.74%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F78280 (or 0xF78280) is known color: Light Coral. HEX triplet: F7, 82 and 80. RGB value is (247,130,128). Sum of RGB (Red+Green+Blue) = 247+130+128=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F78280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78280 is #087D7F. Grayscale: #A4A4A4. Windows color (decimal): -556416 or 8422135. OLE color: 8422135.

HSL color Cylindrical-coordinate representation of color #F78280: hue angle of 1.01º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78280 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 128 -
CMYK 0 0.47 0.48 0.03
HSL 1.01º 0.88% 0.74% -
HSV(B) 1.01º 0.48% 0.97% -
XYZ 50.24 37.3 24.97 -
YUV 164.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 247 130 128 0 0.47 0.48 0.03 1.01 0.88 0.74
Hex F7 82 80 0 2F 30 3 1 58 4A
Octal 367 202 200 0 57 60 3 1 130 112
Binary 11110111 10000010 10000000 0 101111 110000 11 1 1011000 1001010

Color Harmonies of #F78280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78280

Black with #F78280

Text Example


Text Example

White with #F78280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78280; }

 p { color: rgb(247,130,128); }

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

background-color css

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

 a { background-color: rgb(247,130,128); }

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

border-color css

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

 span { border-color: rgb(247,130,128); }

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