Html Css Color HEX #F48A77 Salmon

📋 copy color: '#F48A77'

red 244 ◦ green 138 ◦ blue 119

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

Shades of Salmon #F48A77

Tints of Salmon #F48A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 48.7%
G = 27.54%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F48A77 (or 0xF48A77) is known color: Salmon. HEX triplet: F4, 8A and 77. RGB value is (244,138,119). Sum of RGB (Red+Green+Blue) = 244+138+119=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A77 is #0B7588. Grayscale: #A7A7A7. Windows color (decimal): -750985 or 7834356. OLE color: 7834356.

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

Color convert

RGB 244 138 119 -
CMYK 0 0.43 0.51 0.04
HSL 9.12º 0.85% 0.71% -
HSV(B) 9.12º 0.51% 0.96% -
XYZ 49.73 38.74 22.31 -
YUV 167.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 244 138 119 0 0.43 0.51 0.04 9.12 0.85 0.71
Hex F4 8A 77 0 2B 33 4 9 55 47
Octal 364 212 167 0 53 63 4 11 125 107
Binary 11110100 10001010 1110111 0 101011 110011 100 1001 1010101 1000111

Color Harmonies of #F48A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A77

Black with #F48A77

Text Example


Text Example

White with #F48A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A77; }

 p { color: rgb(244,138,119); }

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

background-color css

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

 a { background-color: rgb(244,138,119); }

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

border-color css

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

 span { border-color: rgb(244,138,119); }

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