Html Css Color HEX #F48875 Salmon

📋 copy color: '#F48875'

red 244 ◦ green 136 ◦ blue 117

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

Shades of Salmon #F48875

Tints of Salmon #F48875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 49.09%
G = 27.36%
B = 23.54%

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

#F48875 (or 0xF48875) is known color: Salmon. HEX triplet: F4, 88 and 75. RGB value is (244,136,117). Sum of RGB (Red+Green+Blue) = 244+136+117=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F48875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48875 is #0B778A. Grayscale: #A6A6A6. Windows color (decimal): -751499 or 7702772. OLE color: 7702772.

HSL color Cylindrical-coordinate representation of color #F48875: hue angle of 8.98º 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 #F48875 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 136 117 -
CMYK 0 0.44 0.52 0.04
HSL 8.98º 0.85% 0.71% -
HSV(B) 8.98º 0.52% 0.96% -
XYZ 49.32 38.13 21.59 -
YUV 166.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 244 136 117 0 0.44 0.52 0.04 8.98 0.85 0.71
Hex F4 88 75 0 2C 34 4 9 55 47
Octal 364 210 165 0 54 64 4 11 125 107
Binary 11110100 10001000 1110101 0 101100 110100 100 1001 1010101 1000111

Color Harmonies of #F48875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48875

Black with #F48875

Text Example


Text Example

White with #F48875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48875; }

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

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

background-color css

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

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

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

border-color css

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

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

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