Html Css Color HEX #F57873 Salmon

📋 copy color: '#F57873'

red 245 ◦ green 120 ◦ blue 115

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

Shades of Salmon #F57873

Tints of Salmon #F57873

RGB

 RED value IS 245 (96.09% from 255) = 51.04%

 GREEN value IS 120 (47.27% from 255) = 25%

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

R = 51.04%
G = 25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F57873 (or 0xF57873) is known color: Salmon. HEX triplet: F5, 78 and 73. RGB value is (245,120,115). Sum of RGB (Red+Green+Blue) = 245+120+115=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F57873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57873 is #0A878C. Grayscale: #9C9C9C. Windows color (decimal): -690061 or 7567605. OLE color: 7567605.

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

Color convert

RGB 245 120 115 -
CMYK 0 0.51 0.53 0.04
HSL 2.31º 0.87% 0.71% -
HSV(B) 2.31º 0.53% 0.96% -
XYZ 47.47 34.08 20.3 -
YUV 156.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 245 120 115 0 0.51 0.53 0.04 2.31 0.87 0.71
Hex F5 78 73 0 33 35 4 2 57 47
Octal 365 170 163 0 63 65 4 2 127 107
Binary 11110101 1111000 1110011 0 110011 110101 100 10 1010111 1000111

Color Harmonies of #F57873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57873

Black with #F57873

Text Example


Text Example

White with #F57873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57873; }

 p { color: rgb(245,120,115); }

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

background-color css

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

 a { background-color: rgb(245,120,115); }

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

border-color css

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

 span { border-color: rgb(245,120,115); }

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