Html Css Color HEX #F48C80 Light Coral

📋 copy color: '#F48C80'

red 244 ◦ green 140 ◦ blue 128

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

Shades of Light Coral #F48C80

Tints of Light Coral #F48C80

RGB

 RED value IS 244 (95.7% from 255) = 47.66%

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 47.66%
G = 27.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F48C80 (or 0xF48C80) is known color: Light Coral. HEX triplet: F4, 8C and 80. RGB value is (244,140,128). Sum of RGB (Red+Green+Blue) = 244+140+128=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48C80 is #0B737F. Grayscale: #A9A9A9. Windows color (decimal): -750464 or 8424692. OLE color: 8424692.

HSL color Cylindrical-coordinate representation of color #F48C80: hue angle of 6.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F48C80 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 128 -
CMYK 0 0.43 0.48 0.04
HSL 6.21º 0.84% 0.73% -
HSV(B) 6.21º 0.48% 0.96% -
XYZ 50.58 39.55 25.39 -
YUV 169.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 244 140 128 0 0.43 0.48 0.04 6.21 0.84 0.73
Hex F4 8C 80 0 2B 30 4 6 54 49
Octal 364 214 200 0 53 60 4 6 124 111
Binary 11110100 10001100 10000000 0 101011 110000 100 110 1010100 1001001

Color Harmonies of #F48C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C80

Black with #F48C80

Text Example


Text Example

White with #F48C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C80; }

 p { color: rgb(244,140,128); }

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

background-color css

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

 a { background-color: rgb(244,140,128); }

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

border-color css

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

 span { border-color: rgb(244,140,128); }

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