Html Css Color HEX #F47B73 Salmon

📋 copy color: '#F47B73'

red 244 ◦ green 123 ◦ blue 115

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

Shades of Salmon #F47B73

Tints of Salmon #F47B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.52%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 50.62%
G = 25.52%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F47B73 (or 0xF47B73) is known color: Salmon. HEX triplet: F4, 7B and 73. RGB value is (244,123,115). Sum of RGB (Red+Green+Blue) = 244+123+115=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47B73 is #0B848C. Grayscale: #9E9E9E. Windows color (decimal): -754829 or 7568372. OLE color: 7568372.

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

Color convert

RGB 244 123 115 -
CMYK 0 0.50 0.53 0.04
HSL 3.72º 0.85% 0.7% -
HSV(B) 3.72º 0.53% 0.96% -
XYZ 47.49 34.64 20.4 -
YUV 158.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 244 123 115 0 0.50 0.53 0.04 3.72 0.85 0.7
Hex F4 7B 73 0 32 35 4 4 55 46
Octal 364 173 163 0 62 65 4 4 125 106
Binary 11110100 1111011 1110011 0 110010 110101 100 100 1010101 1000110

Color Harmonies of #F47B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47B73

Black with #F47B73

Text Example


Text Example

White with #F47B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47B73; }

 p { color: rgb(244,123,115); }

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

background-color css

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

 a { background-color: rgb(244,123,115); }

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

border-color css

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

 span { border-color: rgb(244,123,115); }

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