Html Css Color HEX #F48471 Salmon

📋 copy color: '#F48471'

red 244 ◦ green 132 ◦ blue 113

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

Shades of Salmon #F48471

Tints of Salmon #F48471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 49.9%
G = 26.99%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F48471 (or 0xF48471) is known color: Salmon. HEX triplet: F4, 84 and 71. RGB value is (244,132,113). Sum of RGB (Red+Green+Blue) = 244+132+113=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F48471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48471 is #0B7B8E. Grayscale: #A3A3A3. Windows color (decimal): -752527 or 7439604. OLE color: 7439604.

HSL color Cylindrical-coordinate representation of color #F48471: hue angle of 8.7º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F48471 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 113 -
CMYK 0 0.46 0.54 0.04
HSL 8.7º 0.86% 0.7% -
HSV(B) 8.7º 0.54% 0.96% -
XYZ 48.54 36.93 20.19 -
YUV 163.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 244 132 113 0 0.46 0.54 0.04 8.7 0.86 0.7
Hex F4 84 71 0 2E 36 4 9 56 46
Octal 364 204 161 0 56 66 4 11 126 106
Binary 11110100 10000100 1110001 0 101110 110110 100 1001 1010110 1000110

Color Harmonies of #F48471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48471

Black with #F48471

Text Example


Text Example

White with #F48471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48471; }

 p { color: rgb(244,132,113); }

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

background-color css

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

 a { background-color: rgb(244,132,113); }

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

border-color css

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

 span { border-color: rgb(244,132,113); }

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