Html Css Color HEX #F57770 Salmon

📋 copy color: '#F57770'

red 245 ◦ green 119 ◦ blue 112

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

Shades of Salmon #F57770

Tints of Salmon #F57770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 51.47%
G = 25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F57770 (or 0xF57770) is known color: Salmon. HEX triplet: F5, 77 and 70. RGB value is (245,119,112). Sum of RGB (Red+Green+Blue) = 245+119+112=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F57770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57770 is #0A888F. Grayscale: #9C9C9C. Windows color (decimal): -690320 or 7370741. OLE color: 7370741.

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

Color convert

RGB 245 119 112 -
CMYK 0 0.51 0.54 0.04
HSL 3.16º 0.87% 0.7% -
HSV(B) 3.16º 0.54% 0.96% -
XYZ 47.18 33.78 19.36 -
YUV 155.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 245 119 112 0 0.51 0.54 0.04 3.16 0.87 0.7
Hex F5 77 70 0 33 36 4 3 57 46
Octal 365 167 160 0 63 66 4 3 127 106
Binary 11110101 1110111 1110000 0 110011 110110 100 11 1010111 1000110

Color Harmonies of #F57770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57770

Black with #F57770

Text Example


Text Example

White with #F57770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57770; }

 p { color: rgb(245,119,112); }

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

background-color css

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

 a { background-color: rgb(245,119,112); }

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

border-color css

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

 span { border-color: rgb(245,119,112); }

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