Html Css Color HEX #F78282 Light Coral

📋 copy color: '#F78282'

red 247 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #F78282

Tints of Light Coral #F78282

RGB

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

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

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

R = 48.72%
G = 25.64%
B = 25.64%

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

#F78282 (or 0xF78282) is known color: Light Coral. HEX triplet: F7, 82 and 82. RGB value is (247,130,130). Sum of RGB (Red+Green+Blue) = 247+130+130=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F78282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78282 is #087D7D. Grayscale: #A5A5A5. Windows color (decimal): -556414 or 8553207. OLE color: 8553207.

HSL color Cylindrical-coordinate representation of color #F78282: hue angle of 0º 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 #F78282 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 130 -
CMYK 0 0.47 0.47 0.03
HSL 0.88% 0.74% -
HSV(B) 0.47% 0.97% -
XYZ 50.37 37.35 25.67 -
YUV 164.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 247 130 130 0 0.47 0.47 0.03 0 0.88 0.74
Hex F7 82 82 0 2F 2F 3 0 58 4A
Octal 367 202 202 0 57 57 3 0 130 112
Binary 11110111 10000010 10000010 0 101111 101111 11 0 1011000 1001010

Color Harmonies of #F78282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78282

Black with #F78282

Text Example


Text Example

White with #F78282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78282; }

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

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

background-color css

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

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

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

border-color css

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

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

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