Html Css Color HEX #F48C74 Salmon

📋 copy color: '#F48C74'

red 244 ◦ green 140 ◦ blue 116

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

Shades of Salmon #F48C74

Tints of Salmon #F48C74

RGB

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

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

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

R = 48.8%
G = 28%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48C74 (or 0xF48C74) is known color: Salmon. HEX triplet: F4, 8C and 74. RGB value is (244,140,116). Sum of RGB (Red+Green+Blue) = 244+140+116=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C74 is #0B738B. Grayscale: #A8A8A8. Windows color (decimal): -750476 or 7638260. OLE color: 7638260.

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

Color convert

RGB 244 140 116 -
CMYK 0 0.43 0.52 0.04
HSL 11.25º 0.85% 0.71% -
HSV(B) 11.25º 0.52% 0.96% -
XYZ 49.84 39.25 21.47 -
YUV 168.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 244 140 116 0 0.43 0.52 0.04 11.25 0.85 0.71
Hex F4 8C 74 0 2B 34 4 B 55 47
Octal 364 214 164 0 53 64 4 13 125 107
Binary 11110100 10001100 1110100 0 101011 110100 100 1011 1010101 1000111

Color Harmonies of #F48C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C74

Black with #F48C74

Text Example


Text Example

White with #F48C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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