Html Css Color HEX #F37771 Salmon

📋 copy color: '#F37771'

red 243 ◦ green 119 ◦ blue 113

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

Shades of Salmon #F37771

Tints of Salmon #F37771

RGB

 RED value IS 243 (95.31% from 255) = 51.16%

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

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

R = 51.16%
G = 25.05%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F37771 (or 0xF37771) is known color: Salmon. HEX triplet: F3, 77 and 71. RGB value is (243,119,113). Sum of RGB (Red+Green+Blue) = 243+119+113=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F37771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37771 is #0C888E. Grayscale: #9B9B9B. Windows color (decimal): -821391 or 7436275. OLE color: 7436275.

HSL color Cylindrical-coordinate representation of color #F37771: hue angle of 2.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F37771 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 119 113 -
CMYK 0 0.51 0.53 0.05
HSL 2.77º 0.84% 0.7% -
HSV(B) 2.77º 0.53% 0.95% -
XYZ 46.54 33.44 19.62 -
YUV 155.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 243 119 113 0 0.51 0.53 0.05 2.77 0.84 0.7
Hex F3 77 71 0 33 35 5 3 54 46
Octal 363 167 161 0 63 65 5 3 124 106
Binary 11110011 1110111 1110001 0 110011 110101 101 11 1010100 1000110

Color Harmonies of #F37771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37771

Black with #F37771

Text Example


Text Example

White with #F37771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37771; }

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

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

background-color css

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

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

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

border-color css

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

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

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