Html Css Color HEX #F48573 Salmon

📋 copy color: '#F48573'

red 244 ◦ green 133 ◦ blue 115

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

Shades of Salmon #F48573

Tints of Salmon #F48573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.03%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 49.59%
G = 27.03%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F48573 (or 0xF48573) is known color: Salmon. HEX triplet: F4, 85 and 73. RGB value is (244,133,115). Sum of RGB (Red+Green+Blue) = 244+133+115=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F48573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48573 is #0B7A8C. Grayscale: #A4A4A4. Windows color (decimal): -752269 or 7570932. OLE color: 7570932.

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

Color convert

RGB 244 133 115 -
CMYK 0 0.45 0.53 0.04
HSL 8.37º 0.85% 0.7% -
HSV(B) 8.37º 0.53% 0.96% -
XYZ 48.79 37.25 20.84 -
YUV 164.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 244 133 115 0 0.45 0.53 0.04 8.37 0.85 0.7
Hex F4 85 73 0 2D 35 4 8 55 46
Octal 364 205 163 0 55 65 4 10 125 106
Binary 11110100 10000101 1110011 0 101101 110101 100 1000 1010101 1000110

Color Harmonies of #F48573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48573

Black with #F48573

Text Example


Text Example

White with #F48573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48573; }

 p { color: rgb(244,133,115); }

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

background-color css

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

 a { background-color: rgb(244,133,115); }

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

border-color css

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

 span { border-color: rgb(244,133,115); }

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