Html Css Color HEX #F48579 Salmon

📋 copy color: '#F48579'

red 244 ◦ green 133 ◦ blue 121

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

Shades of Salmon #F48579

Tints of Salmon #F48579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 121 (47.66% from 255) = 24.3%

R = 49%
G = 26.71%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F48579 (or 0xF48579) is known color: Salmon. HEX triplet: F4, 85 and 79. RGB value is (244,133,121). Sum of RGB (Red+Green+Blue) = 244+133+121=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F48579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48579 is #0B7A86. Grayscale: #A4A4A4. Windows color (decimal): -752263 or 7964148. OLE color: 7964148.

HSL color Cylindrical-coordinate representation of color #F48579: hue angle of 5.85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F48579 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 121 -
CMYK 0 0.45 0.50 0.04
HSL 5.85º 0.85% 0.72% -
HSV(B) 5.85º 0.5% 0.96% -
XYZ 49.15 37.39 22.72 -
YUV 164.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 244 133 121 0 0.45 0.50 0.04 5.85 0.85 0.72
Hex F4 85 79 0 2D 32 4 6 55 48
Octal 364 205 171 0 55 62 4 6 125 110
Binary 11110100 10000101 1111001 0 101101 110010 100 110 1010101 1001000

Color Harmonies of #F48579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48579

Black with #F48579

Text Example


Text Example

White with #F48579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48579; }

 p { color: rgb(244,133,121); }

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

background-color css

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

 a { background-color: rgb(244,133,121); }

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

border-color css

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

 span { border-color: rgb(244,133,121); }

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