Html Css Color HEX #F47973 Salmon

📋 copy color: '#F47973'

red 244 ◦ green 121 ◦ blue 115

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

Shades of Salmon #F47973

Tints of Salmon #F47973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

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

R = 50.83%
G = 25.21%
B = 23.96%

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

#F47973 (or 0xF47973) is known color: Salmon. HEX triplet: F4, 79 and 73. RGB value is (244,121,115). Sum of RGB (Red+Green+Blue) = 244+121+115=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F47973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47973 is #0B868C. Grayscale: #9D9D9D. Windows color (decimal): -755341 or 7567860. OLE color: 7567860.

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

Color convert

RGB 244 121 115 -
CMYK 0 0.50 0.53 0.04
HSL 2.79º 0.85% 0.7% -
HSV(B) 2.79º 0.53% 0.96% -
XYZ 47.24 34.15 20.32 -
YUV 157.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 244 121 115 0 0.50 0.53 0.04 2.79 0.85 0.7
Hex F4 79 73 0 32 35 4 3 55 46
Octal 364 171 163 0 62 65 4 3 125 106
Binary 11110100 1111001 1110011 0 110010 110101 100 11 1010101 1000110

Color Harmonies of #F47973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47973

Black with #F47973

Text Example


Text Example

White with #F47973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47973; }

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

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

background-color css

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

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

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

border-color css

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

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

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