Html Css Color HEX #F47C75 Salmon

📋 copy color: '#F47C75'

red 244 ◦ green 124 ◦ blue 117

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

Shades of Salmon #F47C75

Tints of Salmon #F47C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 50.31%
G = 25.57%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F47C75 (or 0xF47C75) is known color: Salmon. HEX triplet: F4, 7C and 75. RGB value is (244,124,117). Sum of RGB (Red+Green+Blue) = 244+124+117=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C75 is #0B838A. Grayscale: #9F9F9F. Windows color (decimal): -754571 or 7699700. OLE color: 7699700.

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

Color convert

RGB 244 124 117 -
CMYK 0 0.49 0.52 0.04
HSL 3.31º 0.85% 0.71% -
HSV(B) 3.31º 0.52% 0.96% -
XYZ 47.73 34.93 21.06 -
YUV 159.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 244 124 117 0 0.49 0.52 0.04 3.31 0.85 0.71
Hex F4 7C 75 0 31 34 4 3 55 47
Octal 364 174 165 0 61 64 4 3 125 107
Binary 11110100 1111100 1110101 0 110001 110100 100 11 1010101 1000111

Color Harmonies of #F47C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C75

Black with #F47C75

Text Example


Text Example

White with #F47C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C75; }

 p { color: rgb(244,124,117); }

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

background-color css

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

 a { background-color: rgb(244,124,117); }

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

border-color css

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

 span { border-color: rgb(244,124,117); }

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