Html Css Color HEX #F47771 Salmon

📋 copy color: '#F47771'

red 244 ◦ green 119 ◦ blue 113

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

Shades of Salmon #F47771

Tints of Salmon #F47771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25%

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

R = 51.26%
G = 25%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F47771 (or 0xF47771) is known color: Salmon. HEX triplet: F4, 77 and 71. RGB value is (244,119,113). Sum of RGB (Red+Green+Blue) = 244+119+113=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F47771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47771 is #0B888E. Grayscale: #9B9B9B. Windows color (decimal): -755855 or 7436276. OLE color: 7436276.

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

Color convert

RGB 244 119 113 -
CMYK 0 0.51 0.54 0.04
HSL 2.75º 0.86% 0.7% -
HSV(B) 2.75º 0.54% 0.96% -
XYZ 46.89 33.62 19.64 -
YUV 155.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 244 119 113 0 0.51 0.54 0.04 2.75 0.86 0.7
Hex F4 77 71 0 33 36 4 3 56 46
Octal 364 167 161 0 63 66 4 3 126 106
Binary 11110100 1110111 1110001 0 110011 110110 100 11 1010110 1000110

Color Harmonies of #F47771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47771

Black with #F47771

Text Example


Text Example

White with #F47771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47771; }

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

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

background-color css

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

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

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

border-color css

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

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

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