Html Css Color HEX #F48F76 Dark Salmon

📋 copy color: '#F48F76'

red 244 ◦ green 143 ◦ blue 118

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

Shades of Dark Salmon #F48F76

Tints of Dark Salmon #F48F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 48.32%
G = 28.32%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48F76 (or 0xF48F76) is known color: Dark Salmon. HEX triplet: F4, 8F and 76. RGB value is (244,143,118). Sum of RGB (Red+Green+Blue) = 244+143+118=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F76 is #0B7089. Grayscale: #AAAAAA. Windows color (decimal): -749706 or 7770100. OLE color: 7770100.

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

Color convert

RGB 244 143 118 -
CMYK 0 0.41 0.52 0.04
HSL 11.9º 0.85% 0.71% -
HSV(B) 11.9º 0.52% 0.96% -
XYZ 50.4 40.19 22.24 -
YUV 170.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 244 143 118 0 0.41 0.52 0.04 11.9 0.85 0.71
Hex F4 8F 76 0 29 34 4 C 55 47
Octal 364 217 166 0 51 64 4 14 125 107
Binary 11110100 10001111 1110110 0 101001 110100 100 1100 1010101 1000111

Color Harmonies of #F48F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48F76

Black with #F48F76

Text Example


Text Example

White with #F48F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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