Html Css Color HEX #F78482 Light Coral

📋 copy color: '#F78482'

red 247 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #F78482

Tints of Light Coral #F78482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

 BLUE value IS 130 (51.17% from 255) = 25.54%

R = 48.53%
G = 25.93%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F78482 (or 0xF78482) is known color: Light Coral. HEX triplet: F7, 84 and 82. RGB value is (247,132,130). Sum of RGB (Red+Green+Blue) = 247+132+130=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F78482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78482 is #087B7D. Grayscale: #A6A6A6. Windows color (decimal): -555902 or 8553719. OLE color: 8553719.

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

Color convert

RGB 247 132 130 -
CMYK 0 0.47 0.47 0.03
HSL 1.03º 0.88% 0.74% -
HSV(B) 1.03º 0.47% 0.97% -
XYZ 50.64 37.89 25.76 -
YUV 166.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 247 132 130 0 0.47 0.47 0.03 1.03 0.88 0.74
Hex F7 84 82 0 2F 2F 3 1 58 4A
Octal 367 204 202 0 57 57 3 1 130 112
Binary 11110111 10000100 10000010 0 101111 101111 11 1 1011000 1001010

Color Harmonies of #F78482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78482

Black with #F78482

Text Example


Text Example

White with #F78482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78482; }

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

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

background-color css

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

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

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

border-color css

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

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

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