Html Css Color HEX #F47F78 Salmon

📋 copy color: '#F47F78'

red 244 ◦ green 127 ◦ blue 120

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

Shades of Salmon #F47F78

Tints of Salmon #F47F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 49.69%
G = 25.87%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F47F78 (or 0xF47F78) is known color: Salmon. HEX triplet: F4, 7F and 78. RGB value is (244,127,120). Sum of RGB (Red+Green+Blue) = 244+127+120=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F78 is #0B8087. Grayscale: #A1A1A1. Windows color (decimal): -753800 or 7897076. OLE color: 7897076.

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

Color convert

RGB 244 127 120 -
CMYK 0 0.48 0.51 0.04
HSL 3.39º 0.85% 0.71% -
HSV(B) 3.39º 0.51% 0.96% -
XYZ 48.29 35.77 22.13 -
YUV 161.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 244 127 120 0 0.48 0.51 0.04 3.39 0.85 0.71
Hex F4 7F 78 0 30 33 4 3 55 47
Octal 364 177 170 0 60 63 4 3 125 107
Binary 11110100 1111111 1111000 0 110000 110011 100 11 1010101 1000111

Color Harmonies of #F47F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F78

Black with #F47F78

Text Example


Text Example

White with #F47F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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