Html Css Color HEX #F48C7D Light Coral

📋 copy color: '#F48C7D'

red 244 ◦ green 140 ◦ blue 125

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

Shades of Light Coral #F48C7D

Tints of Light Coral #F48C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 47.94%
G = 27.5%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F48C7D (or 0xF48C7D) is known color: Light Coral. HEX triplet: F4, 8C and 7D. RGB value is (244,140,125). Sum of RGB (Red+Green+Blue) = 244+140+125=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C7D is #0B7382. Grayscale: #A9A9A9. Windows color (decimal): -750467 or 8228084. OLE color: 8228084.

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

Color convert

RGB 244 140 125 -
CMYK 0 0.43 0.49 0.04
HSL 7.56º 0.84% 0.72% -
HSV(B) 7.56º 0.49% 0.96% -
XYZ 50.39 39.47 24.36 -
YUV 169.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 244 140 125 0 0.43 0.49 0.04 7.56 0.84 0.72
Hex F4 8C 7D 0 2B 31 4 8 54 48
Octal 364 214 175 0 53 61 4 10 124 110
Binary 11110100 10001100 1111101 0 101011 110001 100 1000 1010100 1001000

Color Harmonies of #F48C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C7D

Black with #F48C7D

Text Example


Text Example

White with #F48C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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