Html Css Color HEX #F47F74 Salmon

📋 copy color: '#F47F74'

red 244 ◦ green 127 ◦ blue 116

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

Shades of Salmon #F47F74

Tints of Salmon #F47F74

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 50.1%
G = 26.08%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F47F74 (or 0xF47F74) is known color: Salmon. HEX triplet: F4, 7F and 74. RGB value is (244,127,116). Sum of RGB (Red+Green+Blue) = 244+127+116=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F74 is #0B808B. Grayscale: #A0A0A0. Windows color (decimal): -753804 or 7634932. OLE color: 7634932.

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

Color convert

RGB 244 127 116 -
CMYK 0 0.48 0.52 0.04
HSL 5.16º 0.85% 0.71% -
HSV(B) 5.16º 0.52% 0.96% -
XYZ 48.05 35.67 20.88 -
YUV 160.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 244 127 116 0 0.48 0.52 0.04 5.16 0.85 0.71
Hex F4 7F 74 0 30 34 4 5 55 47
Octal 364 177 164 0 60 64 4 5 125 107
Binary 11110100 1111111 1110100 0 110000 110100 100 101 1010101 1000111

Color Harmonies of #F47F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F74

Black with #F47F74

Text Example


Text Example

White with #F47F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F74; }

 p { color: rgb(244,127,116); }

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

background-color css

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

 a { background-color: rgb(244,127,116); }

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

border-color css

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

 span { border-color: rgb(244,127,116); }

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