Html Css Color HEX #F48F77 Dark Salmon

📋 copy color: '#F48F77'

red 244 ◦ green 143 ◦ blue 119

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

Shades of Dark Salmon #F48F77

Tints of Dark Salmon #F48F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 48.22%
G = 28.26%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F48F77 (or 0xF48F77) is known color: Dark Salmon. HEX triplet: F4, 8F and 77. RGB value is (244,143,119). Sum of RGB (Red+Green+Blue) = 244+143+119=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F77 is #0B7088. Grayscale: #AAAAAA. Windows color (decimal): -749705 or 7835636. OLE color: 7835636.

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

Color convert

RGB 244 143 119 -
CMYK 0 0.41 0.51 0.04
HSL 11.52º 0.85% 0.71% -
HSV(B) 11.52º 0.51% 0.96% -
XYZ 50.46 40.21 22.55 -
YUV 170.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 244 143 119 0 0.41 0.51 0.04 11.52 0.85 0.71
Hex F4 8F 77 0 29 33 4 C 55 47
Octal 364 217 167 0 51 63 4 14 125 107
Binary 11110100 10001111 1110111 0 101001 110011 100 1100 1010101 1000111

Color Harmonies of #F48F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48F77

Black with #F48F77

Text Example


Text Example

White with #F48F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48F77; }

 p { color: rgb(244,143,119); }

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

background-color css

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

 a { background-color: rgb(244,143,119); }

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

border-color css

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

 span { border-color: rgb(244,143,119); }

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