Html Css Color HEX #F48874 Salmon

📋 copy color: '#F48874'

red 244 ◦ green 136 ◦ blue 116

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

Shades of Salmon #F48874

Tints of Salmon #F48874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 49.19%
G = 27.42%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48874 (or 0xF48874) is known color: Salmon. HEX triplet: F4, 88 and 74. RGB value is (244,136,116). Sum of RGB (Red+Green+Blue) = 244+136+116=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F48874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48874 is #0B778B. Grayscale: #A6A6A6. Windows color (decimal): -751500 or 7637236. OLE color: 7637236.

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

Color convert

RGB 244 136 116 -
CMYK 0 0.44 0.52 0.04
HSL 9.38º 0.85% 0.71% -
HSV(B) 9.38º 0.52% 0.96% -
XYZ 49.26 38.1 21.28 -
YUV 166.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 244 136 116 0 0.44 0.52 0.04 9.38 0.85 0.71
Hex F4 88 74 0 2C 34 4 9 55 47
Octal 364 210 164 0 54 64 4 11 125 107
Binary 11110100 10001000 1110100 0 101100 110100 100 1001 1010101 1000111

Color Harmonies of #F48874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48874

Black with #F48874

Text Example


Text Example

White with #F48874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48874; }

 p { color: rgb(244,136,116); }

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

background-color css

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

 a { background-color: rgb(244,136,116); }

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

border-color css

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

 span { border-color: rgb(244,136,116); }

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